Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1867)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/asottile/pyupgrade: v3.16.0 →
v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0)
- [github.com/astral-sh/ruff-pre-commit: v0.5.0 →
v0.5.6](astral-sh/ruff-pre-commit@v0.5.0...v0.5.6)
- [github.com/pylint-dev/pylint: v3.2.4 →
v3.2.6](pylint-dev/pylint@v3.2.4...v3.2.6)
- [github.com/pycqa/flake8: 7.1.0 →
7.1.1](PyCQA/flake8@7.1.0...7.1.1)
- [github.com/nbQA-dev/nbQA: 1.8.5 →
1.8.7](nbQA-dev/nbQA@1.8.5...1.8.7)
- [github.com/python-jsonschema/check-jsonschema: 0.28.6 →
0.29.1](python-jsonschema/check-jsonschema@0.28.6...0.29.1)
<!--pre-commit.ci end-->
  • Loading branch information
Zeitsperre authored Aug 6, 2024
2 parents 94530cd + 99b7f39 commit 1407011
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_language_version:

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.16.0
rev: v3.17.0
hooks:
- id: pyupgrade
args: ['--py39-plus']
Expand Down Expand Up @@ -41,17 +41,17 @@ repos:
hooks:
- id: isort
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.0
rev: v0.5.6
hooks:
- id: ruff
args: [ '--fix' ]
- repo: https://github.com/pylint-dev/pylint
rev: v3.2.4
rev: v3.2.6
hooks:
- id: pylint
args: [ '--rcfile=.pylintrc.toml', '--errors-only', '--jobs=0', '--disable=import-error' ]
- repo: https://github.com/pycqa/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
additional_dependencies: [ 'flake8-rst-docstrings ']
Expand All @@ -61,7 +61,7 @@ repos:
hooks:
- id: vulture
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.8.5
rev: 1.8.7
hooks:
- id: nbqa-pyupgrade
args: [ '--py39-plus' ]
Expand Down Expand Up @@ -92,7 +92,7 @@ repos:
hooks:
- id: gitleaks
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.6
rev: 0.29.1
hooks:
- id: check-github-workflows
- id: check-readthedocs
Expand Down

0 comments on commit 1407011

Please sign in to comment.