Skip to content

Commit f8209d4

Browse files
committed
update pre commit file
1 parent c6e8e2f commit f8209d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ fail_fast: false
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.3.0
5+
rev: v4.4.0
66
hooks:
77
- id: debug-statements #Check for debugger imports and breakpoint() in python files
88
- id: check-ast #Simply check whether files parse as valid python
@@ -29,7 +29,7 @@ repos:
2929
- id: blacken-docs #blacken-docs is a pre-commit hook that runs to check for issues in the docs
3030
additional_dependencies: [black]
3131
- repo: https://github.com/pycqa/isort
32-
rev: 5.10.1
32+
rev: 5.12.0
3333
hooks:
3434
- id: isort #isort is a pre-commit hook that runs to check for issues in imports and docstrings
3535
args: ["--profile", "black", "--filter-files"]

0 commit comments

Comments
 (0)