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/python-jsonschema/check-jsonschema.git: 0.28.6 → 0.29.3](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.28.6...0.29.3)
- [github.com/pre-commit/pre-commit-hooks.git: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.6.0...v5.0.0)
- [github.com/PyCQA/flake8.git: 7.1.0 → 7.1.1](https://github.com/PyCQA/flake8.git/compare/7.1.0...7.1.1)
- [github.com/PyCQA/flake8.git: 7.1.0 → 7.1.1](https://github.com/PyCQA/flake8.git/compare/7.1.0...7.1.1)
- [github.com/PyCQA/pylint.git: v3.2.4 → v3.3.1](https://github.com/PyCQA/pylint.git/compare/v3.2.4...v3.3.1)
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent 21f4673 commit 59f4eb6
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 @@ -21,7 +21,7 @@ repos:
- id: remove-tabs

- repo: https://github.com/python-jsonschema/check-jsonschema.git
rev: 0.28.6
rev: 0.29.3
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand All @@ -36,7 +36,7 @@ repos:
- id: check-readthedocs

- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.6.0
rev: v5.0.0
hooks:
# Side-effects:
- id: end-of-file-fixer
Expand Down Expand Up @@ -78,7 +78,7 @@ repos:
- --strict

- repo: https://github.com/PyCQA/flake8.git
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
alias: flake8-no-wps
Expand All @@ -98,7 +98,7 @@ repos:
language_version: python3

- repo: https://github.com/PyCQA/flake8.git
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
alias: flake8-only-wps
Expand All @@ -122,7 +122,7 @@ repos:
language_version: python3

- repo: https://github.com/PyCQA/pylint.git
rev: v3.2.4
rev: v3.3.1
hooks:
- id: pylint
args:
Expand Down

0 comments on commit 59f4eb6

Please sign in to comment.