[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/asottile/add-trailing-comma.git: v2.3.0 → v2.4.0](https://github.com/asottile/add-trailing-comma.git/compare/v2.3.0...v2.4.0)
- [github.com/PyCQA/isort.git: 5.10.1 → 5.11.4](https://github.com/PyCQA/isort.git/compare/5.10.1...5.11.4)
- [github.com/python-jsonschema/check-jsonschema.git: 0.18.3 → 0.19.2](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.18.3...0.19.2)
- [github.com/pre-commit/pre-commit-hooks.git: v4.3.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.3.0...v4.4.0)
- [github.com/codespell-project/codespell: v2.2.1 → v2.2.2](https://github.com/codespell-project/codespell/compare/v2.2.1...v2.2.2)
- [github.com/PyCQA/flake8.git: 4.0.1 → 6.0.0](https://github.com/PyCQA/flake8.git/compare/4.0.1...6.0.0)
- [github.com/PyCQA/pylint.git: v2.15.3 → v2.15.9](https://github.com/PyCQA/pylint.git/compare/v2.15.3...v2.15.9)
This commit is contained in:
pre-commit-ci[bot] 2023-01-02 20:49:16 +00:00 committed by GitHub
parent a260c7e54e
commit c13a06eb2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,12 +4,12 @@ ci:
repos: repos:
- repo: https://github.com/asottile/add-trailing-comma.git - repo: https://github.com/asottile/add-trailing-comma.git
rev: v2.3.0 rev: v2.4.0
hooks: hooks:
- id: add-trailing-comma - id: add-trailing-comma
- repo: https://github.com/PyCQA/isort.git - repo: https://github.com/PyCQA/isort.git
rev: 5.10.1 rev: 5.11.4
hooks: hooks:
- id: isort - id: isort
args: args:
@ -21,7 +21,7 @@ repos:
- id: remove-tabs - id: remove-tabs
- repo: https://github.com/python-jsonschema/check-jsonschema.git - repo: https://github.com/python-jsonschema/check-jsonschema.git
rev: 0.18.3 rev: 0.19.2
hooks: hooks:
- id: check-github-actions - id: check-github-actions
- id: check-github-workflows - id: check-github-workflows
@ -36,7 +36,7 @@ repos:
- id: check-readthedocs - id: check-readthedocs
- repo: https://github.com/pre-commit/pre-commit-hooks.git - repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.3.0 rev: v4.4.0
hooks: hooks:
# Side-effects: # Side-effects:
- id: end-of-file-fixer - id: end-of-file-fixer
@ -61,7 +61,7 @@ repos:
language_version: python3 language_version: python3
- repo: https://github.com/codespell-project/codespell - repo: https://github.com/codespell-project/codespell
rev: v2.2.1 rev: v2.2.2
hooks: hooks:
- id: codespell - id: codespell
@ -98,7 +98,7 @@ repos:
- repo: https://github.com/PyCQA/flake8.git - repo: https://github.com/PyCQA/flake8.git
# NOTE: This is kept at v4 for until WPS starts supporting flake v5. # NOTE: This is kept at v4 for until WPS starts supporting flake v5.
rev: 4.0.1 # enforce-version: 4.0.1 rev: 6.0.0 # enforce-version: 4.0.1
hooks: hooks:
- id: flake8 - id: flake8
alias: flake8-only-wps alias: flake8-only-wps
@ -127,7 +127,7 @@ repos:
language_version: python3 language_version: python3
- repo: https://github.com/PyCQA/pylint.git - repo: https://github.com/PyCQA/pylint.git
rev: v2.15.3 rev: v2.15.9
hooks: hooks:
- id: pylint - id: pylint
args: args: