Skip to content

Commit

Permalink
Merge pull request #252 from BiAPoL/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
Cryaaa committed Dec 12, 2023
2 parents a7486c5 + cc46114 commit 73ab55f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.11.0
hooks:
- id: black
pass_filenames: true
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
pass_filenames: true
Expand All @@ -14,7 +14,7 @@ repos:
additional_dependencies:
- flake8-tidy-imports
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-yaml
- id: check-merge-conflict
Expand All @@ -24,20 +24,20 @@ repos:
- id: debug-statements
- id: mixed-line-ending
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.0
hooks:
- id: isort
- repo: https://github.com/tlambert03/napari-plugin-checks
rev: v0.3.0
hooks:
- id: napari-plugin-checks
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.2
rev: v3.15.0
hooks:
- id: pyupgrade
args: ["--py37-plus"]
- repo: https://github.com/PyCQA/autoflake
rev: 'v2.1.1'
rev: 'v2.2.1'
hooks:
- id: autoflake
args: ["--remove-all-unused-imports", "-i"]
Expand Down

0 comments on commit 73ab55f

Please sign in to comment.