Skip to content

Commit

Permalink
Update pre-commit hooks versions (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja authored Jul 28, 2023
1 parent 2290ab5 commit d6d4946
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.7.0
hooks:
- id: pyupgrade
args:
Expand All @@ -11,7 +11,7 @@ repos:
- id: end-of-file-fixer
name: end-of-file-fixer
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.3.0
hooks:
- id: black
language_version: python3
Expand All @@ -24,14 +24,14 @@ repos:
- flake8-print
- flake8-implicit-str-concat
- repo: https://github.com/PyCQA/isort
rev: 5.11.4
rev: 5.12.0
hooks:
- id: isort
args:
- --filter-files
files: \.py$
- repo: https://github.com/adrienverge/yamllint
rev: v1.28.0
rev: v1.32.0
hooks:
- id: yamllint
files: .+\.(yml|yaml)
Expand All @@ -44,6 +44,6 @@ repos:
- id: dev-extras-required
- id: root-editorconfig-required
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 2.6.2
rev: 2.7.2
hooks:
- id: editorconfig-checker

0 comments on commit d6d4946

Please # to comment.