Skip to content

Commit

Permalink
Merge pull request #611 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 Jun 11, 2024
2 parents 9ec19c0 + f3beeeb commit 7cd9c96
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.3
rev: 0.28.4
hooks:
- id: check-github-workflows
- id: check-dependabot
Expand All @@ -23,7 +23,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand All @@ -40,13 +40,16 @@ repos:
hooks:
- id: slyp
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
additional_dependencies:
- tomli
args:
- "-L"
- "assertIn"
- repo: https://github.com/tox-dev/pyproject-fmt
rev: 2.1.1
rev: 2.1.3
hooks:
- id: pyproject-fmt
additional_dependencies: ["tox>=4.9"]

0 comments on commit 7cd9c96

Please sign in to comment.