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

[pre-commit] Update tools versions

parent ccb4df4b
No related branches found
No related tags found
1 merge request!155Pre-commit update and cleanup
...@@ -2,16 +2,16 @@ ...@@ -2,16 +2,16 @@
# See https://pre-commit.com/hooks.html for more hooks # See https://pre-commit.com/hooks.html for more hooks
repos: repos:
- repo: https://github.com/timothycrosley/isort - repo: https://github.com/timothycrosley/isort
rev: 5.10.1 rev: 5.12.0
hooks: hooks:
- id: isort - id: isort
args: [-sl] args: [-sl]
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 22.3.0 rev: 23.1.0
hooks: hooks:
- id: black - id: black
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0 rev: v4.4.0
hooks: hooks:
- id: check-ast - id: check-ast
- id: check-case-conflict - id: check-case-conflict
...@@ -23,7 +23,7 @@ repos: ...@@ -23,7 +23,7 @@ repos:
- id: check-yaml - id: check-yaml
exclude: conda/meta.yaml exclude: conda/meta.yaml
- repo: https://github.com/PyCQA/flake8/ - repo: https://github.com/PyCQA/flake8/
rev: 4.0.1 rev: 6.0.0
hooks: hooks:
- id: flake8 - id: flake8
- repo: https://github.com/PyCQA/bandit - repo: https://github.com/PyCQA/bandit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment