Skip to content

Commit 7270b34

Browse files
authored
pre-commit version bump (PolusAI#245)
Co-authored-by: Jake Fennick <[email protected]>
1 parent 511cc6a commit 7270b34

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v4.6.0
66
hooks:
77
- id: check-added-large-files # prevents giant files from being committed.
88
- id: check-ast # simply checks whether the files parse as valid python.
@@ -40,13 +40,13 @@ repos:
4040
# NOTE: requirements-txt-fixer modifies requirements.txt in-place!
4141
# - id: sort-simple-yaml # sorts simple yaml files which consist only of top-level keys, preserving comments and blocks.
4242
- id: trailing-whitespace # trims trailing whitespace.
43-
- repo: https://github.com/pre-commit/mirrors-autopep8
44-
rev: v2.0.4
43+
- repo: https://github.com/hhatto/autopep8
44+
rev: v2.1.0
4545
hooks:
4646
- id: autopep8
4747
args: [--exit-code, --recursive, --diff, --max-line-length, "120"]
4848
- repo: https://github.com/pre-commit/mirrors-mypy
49-
rev: v1.5.1
49+
rev: v1.9.0
5050
hooks:
5151
- id: mypy
5252
args: [--no-strict-optional, --ignore-missing-imports]
@@ -70,10 +70,10 @@ repos:
7070
- id: rst-inline-touching-normal # Detect mistake of inline code touching normal text in rst
7171
- id: text-unicode-replacement-char # Forbid files which have a UTF-8 Unicode replacement character
7272
- repo: https://github.com/shellcheck-py/shellcheck-py
73-
rev: v0.9.0.5
73+
rev: v0.10.0.1
7474
hooks:
7575
- id: shellcheck
7676
- repo: https://github.com/codespell-project/codespell
77-
rev: v2.2.5
77+
rev: v2.2.6
7878
hooks:
7979
- id: codespell

0 commit comments

Comments
 (0)