Skip to content

Commit

Permalink
Merge pull request #266 from ioos/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
ocefpaf authored Sep 6, 2022
2 parents 29f6e69 + 7a9c45a commit 4e84e45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
files: requirements-dev.txt

- repo: https://github.com/PyCQA/flake8
rev: 5.0.2
rev: 5.0.4
hooks:
- id: flake8
exclude: docs/source/conf.py
Expand All @@ -29,7 +29,7 @@ repos:
args: ["--profile", "black", "--filter-files"]

- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.8.0
hooks:
- id: black
language_version: python3
Expand All @@ -43,7 +43,7 @@ repos:
args: ["--ignore-missing-imports", "--python-executable=CONDA_PREFIX"]

- repo: https://github.com/keewis/blackdoc
rev: v0.3.5
rev: v0.3.6
hooks:
- id: blackdoc

Expand All @@ -55,7 +55,7 @@ repos:
args: [--config=pyproject.toml]

- repo: https://github.com/codespell-project/codespell
rev: v2.1.0
rev: v2.2.1
hooks:
- id: codespell
exclude: >
Expand Down

0 comments on commit 4e84e45

Please sign in to comment.