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.1 → 0.28.6](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.28.1...0.28.6)
- [github.com/pre-commit/pre-commit-hooks.git: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.5.0...v4.6.0)
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
- [github.com/PyCQA/flake8.git: 7.0.0 → 7.1.0](https://github.com/PyCQA/flake8.git/compare/7.0.0...7.1.0)
- [github.com/PyCQA/flake8.git: 4.0.1 → 7.1.0](https://github.com/PyCQA/flake8.git/compare/4.0.1...7.1.0)
- [github.com/PyCQA/pylint.git: v3.1.0 → v3.2.4](https://github.com/PyCQA/pylint.git/compare/v3.1.0...v3.2.4)
  • Loading branch information
pre-commit-ci[bot] authored Jul 1, 2024
1 parent 7d847f9 commit 48279fa
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 @@ -21,7 +21,7 @@ repos:
- id: remove-tabs

- repo: https://github.com/python-jsonschema/check-jsonschema.git
rev: 0.28.1
rev: 0.28.6
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.5.0
rev: v4.6.0
hooks:
# Side-effects:
- id: end-of-file-fixer
Expand All @@ -62,7 +62,7 @@ repos:
language_version: python3

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell

Expand All @@ -78,7 +78,7 @@ repos:
- --strict

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

- repo: https://github.com/PyCQA/flake8.git
# NOTE: This is kept at v4 for until WPS starts supporting flake v5.
rev: 4.0.1 # enforce-version: 4.0.1
rev: 7.1.0 # enforce-version: 4.0.1
hooks:
- id: flake8
alias: flake8-only-wps
Expand All @@ -123,7 +123,7 @@ repos:
language_version: python3

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

0 comments on commit 48279fa

Please sign in to comment.