Skip to content

Commit

Permalink
chore: [pre-commit.ci] pre-commit autoupdate (#2074)
Browse files Browse the repository at this point in the history
* Update pre-commit hooks:
   - github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0
   - github.com/asottile/pyupgrade: v3.2.0 → v3.3.0
   - github.com/PyCQA/flake8: 5.0.4 → 6.0.0
   - github.com/pre-commit/mirrors-mypy: v0.982 → v0.991
  • Loading branch information
pre-commit-ci[bot] authored Dec 5, 2022
1 parent e9cf437 commit d811392
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
Expand Up @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -27,7 +27,7 @@ repos:
exclude: ^validation/|\.dtd$|\.xml$

- repo: https://github.com/asottile/pyupgrade
rev: v3.2.0
rev: v3.3.0
hooks:
- id: pyupgrade
args: ["--py38-plus"]
Expand All @@ -54,14 +54,14 @@ repos:
- id: yesqa

- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8
args: ["--count", "--statistics"]
additional_dependencies: [flake8-encodings==0.5.0.post1]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.982
rev: v0.991
# check the oldest and newest supported Pythons
hooks:
- &mypy
Expand All @@ -79,7 +79,7 @@ repos:
rev: 1.5.3
hooks:
- id: nbqa-pyupgrade
additional_dependencies: [pyupgrade==3.2.0]
additional_dependencies: [pyupgrade==3.3.0]

- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
Expand Down

0 comments on commit d811392

Please sign in to comment.