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: 22.8.0 → 23.7.0](psf/black@22.8.0...23.7.0)
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
- [github.com/codespell-project/codespell: v2.2.1 → v2.2.5](codespell-project/codespell@v2.2.1...v2.2.5)
- [github.com/asottile/pyupgrade: v2.38.0 → v3.10.1](asottile/pyupgrade@v2.38.0...v3.10.1)
- [github.com/pycqa/flake8: 5.0.4 → 6.1.0](PyCQA/flake8@5.0.4...6.1.0)
- [github.com/PyCQA/pylint: v2.15.8 → v3.0.0a6](pylint-dev/pylint@v2.15.8...v3.0.0a6)
- [github.com/pre-commit/mirrors-mypy: v0.991 → v1.5.0](pre-commit/mirrors-mypy@v0.991...v1.5.0)
  • Loading branch information
pre-commit-ci[bot] authored Aug 14, 2023
1 parent f57166e commit 267fb4a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ default_language_version:

repos:
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 23.7.0
hooks:
- id: black
- 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 @@ -25,12 +25,12 @@ repos:
- id: sort-simple-yaml
- id: trailing-whitespace
- repo: https://github.com/codespell-project/codespell
rev: v2.2.1
rev: v2.2.5
hooks:
- id: codespell
args: ['--ignore-words-list=fpr']
- repo: https://github.com/asottile/pyupgrade
rev: v2.38.0
rev: v3.10.1
hooks:
- id: pyupgrade
args: ['--py310-plus']
Expand All @@ -39,7 +39,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/pycqa/flake8
rev: 5.0.4
rev: 6.1.0
hooks:
- id: flake8
args: ['--ignore=P103']
Expand All @@ -50,7 +50,7 @@ repos:
- flake8-debugger==4.1.2
- flake8-string-format==0.3.0
- repo: https://github.com/PyCQA/pylint
rev: v2.15.8
rev: v3.0.0a6
hooks:
- id: pylint
additional_dependencies: &test_deps
Expand All @@ -60,7 +60,7 @@ repos:
- ruamel.yaml
- types-jsonschema
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
rev: v1.5.0
hooks:
- id: mypy
additional_dependencies: *test_deps
Expand Down

0 comments on commit 267fb4a

Please sign in to comment.