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.cmdline
Commits
748d4e22
Commit
748d4e22
authored
Jul 03, 2020
by
Samuel GAIST
Browse files
[pre-commit] Cleanup configuration
parent
e0d0d91d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.pre-commit-config.yaml
View file @
748d4e22
...
...
@@ -6,12 +6,10 @@ repos:
hooks
:
-
id
:
isort
args
:
[
-sl
]
-
repo
:
https://github.com/
ambv
/black
-
repo
:
https://github.com/
psf
/black
rev
:
stable
hooks
:
-
id
:
black
language_version
:
python3.6
exclude
:
beat/core/test/prefix/algorithms/user/syntax_error/1.py|beat/core/test/prefix/databases/invalid/1.py
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v2.2.1
hooks
:
...
...
@@ -20,6 +18,7 @@ repos:
-
id
:
trailing-whitespace
-
id
:
end-of-file-fixer
-
id
:
debug-statements
exclude
:
beat/cmdline/test/utils.py
-
id
:
check-added-large-files
-
id
:
check-docstring-first
-
id
:
flake8
...
...
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