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.core
Commits
ad568c78
Commit
ad568c78
authored
Apr 07, 2021
by
Samuel GAIST
Committed by
Samuel Gaist
Apr 09, 2021
Browse files
[pre-commit] Update configuration files
Pre-commit and isort
parent
ec2f6fe5
Changes
2
Hide whitespace changes
Inline
Side-by-side
.isort.cfg
View file @
ad568c78
...
...
@@ -6,3 +6,5 @@ use_parentheses=true
ensure_newline_before_comments=true
line_length=88
force_single_line=true
order_by_type=true
lines_between_types=1
.pre-commit-config.yaml
View file @
ad568c78
...
...
@@ -2,17 +2,17 @@
# See https://pre-commit.com/hooks.html for more hooks
repos
:
-
repo
:
https://github.com/timothycrosley/isort
rev
:
5.
0.4
rev
:
5.
8.0
hooks
:
-
id
:
isort
files
:
.*.py
-
repo
:
https://github.com/psf/black
rev
:
19.10b0
rev
:
20.8b1
hooks
:
-
id
:
black
exclude
:
beat/core/test/prefix/algorithms/errors/syntax_error/1.py|beat/core/test/prefix/databases/invalid/1.py
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v3.
1
.0
rev
:
v3.
4
.0
hooks
:
-
id
:
check-ast
exclude
:
beat/core/test/prefix/algorithms/errors/syntax_error/1.py|beat/core/test/prefix/databases/invalid/1.py
...
...
@@ -26,11 +26,11 @@ repos:
-
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/core/test/prefix/algorithms/errors/syntax_error/1.py|beat/core/test/prefix/databases/invalid/1.py
...
...
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