Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.learn.tensorflow
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.learn.tensorflow
Commits
051f2b75
Commit
051f2b75
authored
4 years ago
by
Amir MOHAMMADI
Browse files
Options
Downloads
Patches
Plain Diff
[pre-commit] update config
parent
b2ee7d5c
No related branches found
No related tags found
No related merge requests found
Pipeline
#49183
passed
4 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.pre-commit-config.yaml
+5
-5
5 additions, 5 deletions
.pre-commit-config.yaml
with
5 additions
and
5 deletions
.pre-commit-config.yaml
+
5
−
5
View file @
051f2b75
...
@@ -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.
6.4
rev
:
5.
8.0
hooks
:
hooks
:
-
id
:
isort
-
id
:
isort
args
:
[
--sl
,
--line-length
,
"
88"
]
args
:
[
--sl
,
--line-length
,
"
88"
]
-
repo
:
https://github.com/psf/black
-
repo
:
https://github.com/psf/black
rev
:
20.8b1
rev
:
20.8b1
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
:
v3.
3
.0
rev
:
v3.
4
.0
hooks
:
hooks
:
-
id
:
check-ast
-
id
:
check-ast
-
id
:
check-case-conflict
-
id
:
check-case-conflict
...
@@ -20,7 +20,7 @@ repos:
...
@@ -20,7 +20,7 @@ repos:
-
id
:
debug-statements
-
id
:
debug-statements
-
id
:
check-added-large-files
-
id
:
check-added-large-files
-
repo
:
https://gitlab.com/pycqa/flake8
-
repo
:
https://gitlab.com/pycqa/flake8
rev
:
3.
8.4
rev
:
3.
9.0
hooks
:
hooks
:
-
id
:
flake8
-
id
:
flake8
args
:
[
--ignore
,
"
E203,W503,E501,E302,E111,E114,E121,E402"
]
args
:
[
--ignore
,
"
E203,W503,E501,E302,E111,E114,E121,E402"
]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment