Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 23.3.0 → 23.11.0](psf/black@23.3.0...23.11.0)
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/asottile/pyupgrade: v3.3.2 → v3.15.0](asottile/pyupgrade@v3.3.2...v3.15.0)
- [github.com/PyCQA/autoflake: v2.1.1 → v2.2.1](PyCQA/autoflake@v2.1.1...v2.2.1)
  • Loading branch information
pre-commit-ci[bot] committed Nov 13, 2023
1 parent cbf1a49 commit f91c4cb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 @@ -32,12 +32,12 @@ repos:
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 f91c4cb

Please sign in to comment.