Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.editor
Commits
1cfd94ef
Commit
1cfd94ef
authored
Apr 14, 2021
by
Samuel GAIST
Browse files
[pre-commit] Update tools versions
parent
53d46148
Changes
1
Hide whitespace changes
Inline
Side-by-side
.pre-commit-config.yaml
View file @
1cfd94ef
...
...
@@ -2,16 +2,16 @@
# See https://pre-commit.com/hooks.html for more hooks
repos
:
-
repo
:
https://github.com/timothycrosley/isort
rev
:
5.
0.5
rev
:
5.
6.4
hooks
:
-
id
:
isort
args
:
[
-sl
]
-
repo
:
https://github.com/psf/black
rev
:
19.10b0
rev
:
20.8b1
hooks
:
-
id
:
black
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v3.
1
.0
rev
:
v3.
4
.0
hooks
:
-
id
:
check-ast
-
id
:
check-case-conflict
...
...
@@ -21,12 +21,13 @@ repos:
-
id
:
check-added-large-files
-
id
:
check-docstring-first
-
id
:
check-yaml
exclude
:
conda/meta.yaml
-
repo
:
https://github.com/PyCQA/flake8/
rev
:
3.
8.3
rev
:
3.
9.0
hooks
:
-
id
:
flake8
-
repo
:
https://github.com/PyCQA/bandit
rev
:
1.
6.2
rev
:
1.
7.0
hooks
:
-
id
:
bandit
exclude
:
beat/editor/test
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment