Skip to content

Commit e3386d1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](pre-commit/pre-commit-hooks@v4.0.1...v4.1.0) - [github.com/Lucas-C/pre-commit-hooks: v1.1.10 → v1.1.11](Lucas-C/pre-commit-hooks@v1.1.10...v1.1.11) - [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1)
1 parent 29784b8 commit e3386d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33
autoupdate_schedule: monthly
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.0.1
6+
rev: v4.1.0
77
hooks:
88
- id: check-added-large-files
99
- id: check-ast
@@ -23,7 +23,7 @@ repos:
2323
- id: requirements-txt-fixer
2424
- id: trailing-whitespace
2525
- repo: https://github.com/Lucas-C/pre-commit-hooks
26-
rev: v1.1.10
26+
rev: v1.1.11
2727
hooks:
2828
- id: remove-crlf
2929
- id: remove-tabs
@@ -34,7 +34,7 @@ repos:
3434
exclude: "^(.*)/"
3535
args: ["--rules=~MD013"]
3636
- repo: https://github.com/PyCQA/flake8
37-
rev: 3.9.2
37+
rev: 4.0.1
3838
hooks:
3939
- id: flake8
4040
args: [--ignore=E501]

0 commit comments

Comments
 (0)