Skip to content

Commit

Permalink
Update pre-commit hooks versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Jan 2, 2022
1 parent 8d6904c commit 30122cf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
@@ -1,17 +1,17 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.20.0
rev: v2.31.0
hooks:
- id: pyupgrade
args:
- --py36-plus
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.1.0
hooks:
- id: end-of-file-fixer
name: end-of-file-fixer
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.18.0
rev: v1.20.0
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/mondeja/pre-commit-hooks
Expand All @@ -20,35 +20,35 @@ repos:
- id: root-editorconfig-required
- id: dev-extras-required
- repo: https://github.com/psf/black
rev: 21.6b0
rev: 21.12b0
hooks:
- id: black
language_version: python3
files: \.py$
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 4.0.1
hooks:
- id: flake8
additional_dependencies:
- flake8-print
- flake8-implicit-str-concat
- repo: https://github.com/PyCQA/isort
rev: 5.9.2
rev: 5.10.1
hooks:
- id: isort
args:
- --filter-files
files: \.py$
- repo: https://github.com/adrienverge/yamllint
rev: v1.26.1
rev: v1.26.3
hooks:
- id: yamllint
files: .+\.(yml|yaml)
args:
- -c
- .yamllint
- repo: https://github.com/mondeja/repo-stream
rev: v1.2.0
rev: v1.3.1
hooks:
- id: repo-stream
name: upstream-updates
Expand All @@ -61,6 +61,6 @@ repos:
- -config=https://github.com/mondeja/repo-stream-config
- -updater=py-upstream
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 2.3.5
rev: 2.4.0
hooks:
- id: editorconfig-checker

0 comments on commit 30122cf

Please sign in to comment.