Skip to content

Commit

Permalink
Merge pull request #35 from ibLeDy/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ibLeDy authored Jul 5, 2022
2 parents 1a8c3e7 + 4c962a9 commit bb9ad38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
- id: check-useless-excludes

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.3.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand Down Expand Up @@ -40,7 +40,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/asottile/reorder_python_imports
rev: v3.1.0
rev: v3.3.0
hooks:
- id: reorder-python-imports

Expand Down Expand Up @@ -72,7 +72,7 @@ repos:
- id: text-unicode-replacement-char

- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.6.0
hooks:
- id: black
args: ["--skip-string-normalization"]
Expand All @@ -89,7 +89,7 @@ repos:
- id: yesqa

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.960
rev: v0.961
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit bb9ad38

Please sign in to comment.