Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
Base Worker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Show more breadcrumbs
Workers
Base Worker
Commits
2de1c6f2
Commit
2de1c6f2
authored
2 years ago
by
Bastien Abadie
Committed by
Yoann Schneider
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Use new official repository for flake8 on CI
parent
2ecc297b
No related branches found
No related tags found
1 merge request
!261
Use new official repository for flake8 on CI
Pipeline
#79841
passed
2 years ago
Stage: release
Stage: deploy
Changes
2
Pipelines
7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.pre-commit-config.yaml
+1
-1
1 addition, 1 deletion
.pre-commit-config.yaml
worker-{{cookiecutter.slug}}/.pre-commit-config.yaml
+5
-8
5 additions, 8 deletions
worker-{{cookiecutter.slug}}/.pre-commit-config.yaml
with
6 additions
and
9 deletions
.pre-commit-config.yaml
+
1
−
1
View file @
2de1c6f2
...
...
@@ -11,7 +11,7 @@ repos:
rev
:
22.3.0
hooks
:
-
id
:
black
-
repo
:
https://git
la
b.com/pycqa/flake8
-
repo
:
https://git
hu
b.com/pycqa/flake8
rev
:
3.8.3
hooks
:
-
id
:
flake8
...
...
This diff is collapsed.
Click to expand it.
worker-{{cookiecutter.slug}}/.pre-commit-config.yaml
+
5
−
8
View file @
2de1c6f2
...
...
@@ -7,14 +7,14 @@ repos:
rev
:
22.6.0
hooks
:
-
id
:
black
-
repo
:
https://git
la
b.com/pycqa/flake8
rev
:
3.9.2
-
repo
:
https://git
hu
b.com/pycqa/flake8
rev
:
5.0.4
hooks
:
-
id
:
flake8
additional_dependencies
:
-
'
flake8-coding==1.3.1
'
-
'
flake8-copyright==0.2.
2'
-
'
flake8-debugger==3.1.0
'
-
flake8-coding==1.3.1
-
flake8-copyright==0.2.
3
-
flake8-debugger==3.1.0
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v4.3.0
hooks
:
...
...
@@ -40,6 +40,3 @@ repos:
-
repo
:
meta
hooks
:
-
id
:
check-useless-excludes
default_language_version
:
python
:
python3.9
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