Skip to content

Commit

Permalink
Merge pull request #621 from nose-devs/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
sirosen authored Aug 12, 2024
2 parents 737b641 + 44da5a0 commit 788a72e
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 @@ -14,7 +14,7 @@ repos:
- id: check-dependabot
- id: check-readthedocs
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
language_version: python3
Expand All @@ -28,15 +28,15 @@ repos:
- id: pyupgrade
args: ["--py37-plus"]
- repo: https://github.com/PyCQA/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
additional_dependencies:
- 'flake8-bugbear==24.4.26'
- 'flake8-comprehensions==3.14.0'
- 'flake8-typing-as-t==0.0.3'
- repo: https://github.com/sirosen/slyp
rev: 0.6.1
rev: 0.7.0
hooks:
- id: slyp
- repo: https://github.com/codespell-project/codespell
Expand All @@ -49,7 +49,7 @@ repos:
- "-L"
- "assertIn"
- repo: https://github.com/tox-dev/pyproject-fmt
rev: 2.1.4
rev: 2.2.1
hooks:
- id: pyproject-fmt
additional_dependencies: ["tox>=4.9"]

0 comments on commit 788a72e

Please sign in to comment.