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/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0)
- [github.com/psf/black-pre-commit-mirror: 23.11.0 → 23.12.1](psf/black-pre-commit-mirror@23.11.0...23.12.1)
- [github.com/scientific-python/cookie: 2023.11.17 → 2023.12.21](scientific-python/cookie@2023.11.17...2023.12.21)
- [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.1.14](astral-sh/ruff-pre-commit@v0.1.7...v0.1.14)
  • Loading branch information
pre-commit-ci[bot] authored Jan 22, 2024
1 parent 1a91216 commit 12b9f9c
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 @@ -40,7 +40,7 @@ repos:
# F822: undefined name in __all__
# F823: local variable name referenced before assignment
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
args:
Expand All @@ -52,7 +52,7 @@ repos:
exclude: ".*(data.*|extern.*|cextern)$"

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.11.0
rev: 23.12.1
hooks:
- id: black

Expand All @@ -64,7 +64,7 @@ repos:
exclude: ".*(tests.*)$"

- repo: https://github.com/scientific-python/cookie
rev: 2023.11.17
rev: 2023.12.21
hooks:
- id: sp-repo-review

Expand All @@ -77,7 +77,7 @@ repos:
- tomli

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.1.7"
rev: "v0.1.14"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand Down

0 comments on commit 12b9f9c

Please sign in to comment.