Skip to content

Commit

Permalink
Merge pull request #145 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 Apr 4, 2023
2 parents 82695c5 + ba70453 commit f437f57
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 @@ -16,12 +16,12 @@ repos:
- --honor-noqa

- repo: https://github.com/Lucas-C/pre-commit-hooks.git
rev: v1.3.1
rev: v1.5.1
hooks:
- id: remove-tabs

- repo: https://github.com/python-jsonschema/check-jsonschema.git
rev: 0.19.2
rev: 0.22.0
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand Down Expand Up @@ -61,12 +61,12 @@ repos:
language_version: python3

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

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.28.0
rev: v1.30.0
hooks:
- id: yamllint
files: \.(yaml|yml)$
Expand Down Expand Up @@ -131,7 +131,7 @@ repos:
language_version: python3

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

0 comments on commit f437f57

Please sign in to comment.