Skip to content

Commit

Permalink
Merge pull request #335 from kurtmckee/update-pre-commit-hooks
Browse files Browse the repository at this point in the history
Update pre-commit hooks and `additional_dependencies`
  • Loading branch information
webknjaz authored Feb 5, 2025
2 parents e1dad8a + fdabf0b commit 20d40f6
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: add-trailing-comma

- repo: https://github.com/PyCQA/isort.git
rev: 5.13.2
rev: 6.0.0
hooks:
- id: isort
args:
Expand All @@ -22,7 +22,7 @@ repos:
- id: remove-tabs

- repo: https://github.com/python-jsonschema/check-jsonschema.git
rev: 0.29.2
rev: 0.31.1
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand All @@ -37,7 +37,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 All @@ -62,7 +62,7 @@ repos:
language_version: python3

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.4.1
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.1
hooks:
- id: flake8
args:
Expand Down Expand Up @@ -111,13 +111,12 @@ repos:
WPS453,
- --max-module-members=8 # WPS202
additional_dependencies:
- flake8-2020 ~= 1.7.0
- flake8-pytest-style ~= 1.6.0
- wemake-python-styleguide ~= 0.19.0
language_version: python3.11 # flake8-commas doesn't work w/ Python 3.12
- flake8-2020 ~= 1.8.1
- flake8-pytest-style ~= 2.1.0
- wemake-python-styleguide ~= 1.0.0

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

0 comments on commit 20d40f6

Please sign in to comment.