Skip to content

Commit

Permalink
Merge pull request #119 from pypa/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz authored Jan 2, 2023
2 parents a260c7e + 91e6121 commit 7eb3b70
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 @@ -4,12 +4,12 @@ ci:

repos:
- repo: https://github.com/asottile/add-trailing-comma.git
rev: v2.3.0
rev: v2.4.0
hooks:
- id: add-trailing-comma

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

- repo: https://github.com/python-jsonschema/check-jsonschema.git
rev: 0.18.3
rev: 0.19.2
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.3.0
rev: v4.4.0
hooks:
# Side-effects:
- id: end-of-file-fixer
Expand All @@ -61,7 +61,7 @@ repos:
language_version: python3

- repo: https://github.com/codespell-project/codespell
rev: v2.2.1
rev: v2.2.2
hooks:
- id: codespell

Expand Down Expand Up @@ -127,7 +127,7 @@ repos:
language_version: python3

- repo: https://github.com/PyCQA/pylint.git
rev: v2.15.3
rev: v2.15.9
hooks:
- id: pylint
args:
Expand Down

0 comments on commit 7eb3b70

Please sign in to comment.