Skip to content
Snippets Groups Projects
Unverified Commit b5c0aeae authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[pre-commit] Auto update versions

parent 094b0ebb
No related branches found
No related tags found
1 merge request!89Pre commit update and cleanup
......@@ -2,17 +2,17 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/timothycrosley/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
args: [--sl]
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 23.1.0
hooks:
- id: black
exclude: beat/backend/python/test/prefix/.*/syntax_error
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.4.0
hooks:
- id: check-ast
exclude: beat/backend/python/test/prefix/.*/syntax_error
......@@ -27,7 +27,7 @@ repos:
- id: check-yaml
exclude: conda/meta.yaml
- repo: https://github.com/PyCQA/flake8/
rev: 4.0.1
rev: 6.0.0
hooks:
- id: flake8
exclude: beat/backend/python/test/prefix/.*/(.*crash|syntax_error)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment