Skip to content

Commit

Permalink
chore: update pre-commit-config repo versions
Browse files Browse the repository at this point in the history
  • Loading branch information
petrem authored and Stranger6667 committed Feb 11, 2022
1 parent a6f82f3 commit 41d204d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
default_language_version:
python: python3.7
python: python3.8

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v4.1.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
Expand All @@ -15,17 +15,17 @@ repos:
- id: check-merge-conflict

- repo: https://github.com/jorisroovers/gitlint
rev: v0.13.1
rev: v0.17.0
hooks:
- id: gitlint

- repo: https://github.com/adrienverge/yamllint
rev: v1.23.0
rev: v1.26.3
hooks:
- id: yamllint

- repo: https://github.com/PyCQA/pydocstyle
rev: 5.1.0
rev: 6.1.1
hooks:
- id: pydocstyle

Expand All @@ -35,7 +35,7 @@ repos:
- id: relint

- repo: https://github.com/ambv/black
rev: 20.8b1
rev: 22.1.0
hooks:
- id: black
types: [python]
Expand All @@ -46,20 +46,20 @@ repos:
- id: seed-isort-config

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.782
rev: v0.931
hooks:
- id: mypy
exclude: ^(docs/|test/|setup.py).*$
args: ["--ignore-missing-imports"]

- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.4.2
rev: v5.10.1
hooks:
- id: isort
additional_dependencies: ["isort[pyproject]"]

- repo: https://github.com/pre-commit/mirrors-pylint
rev: v2.6.0
rev: v3.0.0a4
hooks:
- id: pylint
additional_dependencies: ["isort[pyproject]"]
Expand Down

0 comments on commit 41d204d

Please sign in to comment.