Skip to content

Commit

Permalink
Merge pull request #204 from pypa/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
webknjaz committed Feb 5, 2024
2 parents e82f99a + 013c017 commit 3f824c7
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 @@ -10,7 +10,7 @@ repos:
- id: add-trailing-comma

- repo: https://github.com/PyCQA/isort.git
rev: 5.12.0
rev: 5.13.2
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.27.0
rev: 0.27.3
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.4.0
rev: v4.5.0
hooks:
# Side-effects:
- id: end-of-file-fixer
Expand Down Expand Up @@ -67,7 +67,7 @@ repos:
- id: codespell

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.32.0
rev: v1.33.0
hooks:
- id: yamllint
files: \.(yaml|yml)$
Expand Down Expand Up @@ -130,7 +130,7 @@ repos:
- wemake-python-styleguide ~= 0.17.0

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

0 comments on commit 3f824c7

Please sign in to comment.