Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1695)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/asottile/pyupgrade: v3.15.0 →
v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2)
- [github.com/adrienverge/yamllint.git: v1.33.0 →
v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.33.0...v1.35.1)
- [github.com/astral-sh/ruff-pre-commit: v0.2.0 →
v0.3.5](astral-sh/ruff-pre-commit@v0.2.0...v0.3.5)
- [github.com/pylint-dev/pylint: v3.0.3 →
v3.1.0](pylint-dev/pylint@v3.0.3...v3.1.0)
- [github.com/nbQA-dev/nbQA: 1.7.1 →
1.8.5](nbQA-dev/nbQA@1.7.1...1.8.5)
- [github.com/python-jsonschema/check-jsonschema: 0.27.4 →
0.28.1](python-jsonschema/check-jsonschema@0.27.4...0.28.1)
<!--pre-commit.ci end-->
  • Loading branch information
aulemahal authored Apr 12, 2024
2 parents d28b0e3 + 67ae0e1 commit c75423c
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.15.0
rev: v3.15.2
hooks:
- id: pyupgrade
args: ['--py39-plus']
Expand All @@ -28,7 +28,7 @@ repos:
- id: toml-sort-fix
exclude: '.pylintrc.toml'
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.33.0
rev: v1.35.1
hooks:
- id: yamllint
args: [ '--config-file=.yamllint.yaml' ]
Expand All @@ -41,11 +41,11 @@ repos:
hooks:
- id: isort
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.0
rev: v0.3.5
hooks:
- id: ruff
- repo: https://github.com/pylint-dev/pylint
rev: v3.0.3
rev: v3.1.0
hooks:
- id: pylint
args: [ '--rcfile=.pylintrc.toml', '--errors-only', '--jobs=0', '--disable=import-error' ]
Expand All @@ -56,7 +56,7 @@ repos:
additional_dependencies: [ 'flake8-alphabetize', 'flake8-rst-docstrings ']
args: [ '--config=.flake8' ]
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.7.1
rev: 1.8.5
hooks:
- id: nbqa-pyupgrade
args: [ '--py39-plus' ]
Expand Down Expand Up @@ -85,7 +85,7 @@ repos:
hooks:
- id: gitleaks
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.4
rev: 0.28.1
hooks:
- id: check-github-workflows
- id: check-readthedocs
Expand Down

0 comments on commit c75423c

Please sign in to comment.