Skip to content

Commit a68121e

Browse files
author
Hugo Osvaldo Barrera
committed
Update pre-commit hooks
1 parent e355b33 commit a68121e

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v2.4.0
3+
rev: v3.4.0
44
hooks:
55
- id: trailing-whitespace
66
args: [--markdown-linebreak-ext=md]
@@ -9,11 +9,11 @@ repos:
99
- id: check-added-large-files
1010
- id: debug-statements
1111
- repo: https://gitlab.com/pycqa/flake8
12-
rev: "master" # pick a git hash / tag to point to
12+
rev: "3.9.1"
1313
hooks:
1414
- id: flake8
1515
additional_dependencies: [flake8-import-order, flake8-bugbear]
1616
- repo: https://github.com/asottile/reorder_python_imports
17-
rev: v2.3.0
17+
rev: v2.4.0
1818
hooks:
1919
- id: reorder-python-imports

0 commit comments

Comments
 (0)