Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Template
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
nimrod
Template
Commits
d3be1ff2
Commit
d3be1ff2
authored
4 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Update pre-commit checks.
parent
14520919
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.pre-commit-config.yaml
+19
-8
19 additions, 8 deletions
.pre-commit-config.yaml
with
19 additions
and
8 deletions
.pre-commit-config.yaml
+
19
−
8
View file @
d3be1ff2
...
@@ -2,25 +2,30 @@
...
@@ -2,25 +2,30 @@
---
---
repos
:
repos
:
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v
2.2.3
rev
:
v
3.3.0
hooks
:
hooks
:
-
id
:
check-added-large-files
-
id
:
check-added-large-files
-
id
:
check-merge-conflict
-
id
:
check-merge-conflict
-
id
:
check-toml
files
:
Pipfile
-
id
:
detect-private-key
-
id
:
detect-private-key
-
id
:
trailing-whitespace
-
id
:
trailing-whitespace
-
repo
:
https://github.com/ambv/black
-
repo
:
https://github.com/ambv/black
rev
:
18.9b0
rev
:
20.8b1
hooks
:
hooks
:
-
id
:
black
-
id
:
black
args
:
args
:
-
|
-
|
--line-length=79
--line-length=79
-
repo
:
https://github.com/Lucas-C/pre-commit-hooks-markup
-
repo
:
https://github.com/Lucas-C/pre-commit-hooks-markup
rev
:
v1.0.0
rev
:
v1.0.0
hooks
:
hooks
:
-
id
:
rst-linter
-
id
:
rst-linter
-
repo
:
https://github.com/PyCQA/prospector
-
repo
:
https://github.com/PyCQA/prospector
rev
:
1.
1.6.4
rev
:
1.
3.1
hooks
:
hooks
:
-
id
:
prospector
-
id
:
prospector
args
:
args
:
...
@@ -33,8 +38,9 @@ repos:
...
@@ -33,8 +38,9 @@ repos:
additional_dependencies
:
additional_dependencies
:
-
pyroma
-
pyroma
-
dodgy
-
dodgy
-
repo
:
https://gitlab.com/pycqa/flake8
-
repo
:
https://gitlab.com/pycqa/flake8
rev
:
3.
7.7
rev
:
3.
8.4
hooks
:
hooks
:
-
id
:
flake8
-
id
:
flake8
args
:
args
:
...
@@ -42,28 +48,33 @@ repos:
...
@@ -42,28 +48,33 @@ repos:
--max-line-length=79
--max-line-length=79
additional_dependencies
:
additional_dependencies
:
-
flake8-bugbear
-
flake8-bugbear
-
repo
:
https://github.com/pre-commit/mirrors-pylint
-
repo
:
https://github.com/pre-commit/mirrors-pylint
rev
:
v2.
3.1
rev
:
v2.
6.0
hooks
:
hooks
:
-
id
:
pylint
-
id
:
pylint
args
:
args
:
-
|-
-
|-
--disable=R0801
--disable=R0801
-
repo
:
https://github.com/adrienverge/yamllint
-
repo
:
https://github.com/adrienverge/yamllint
rev
:
v1.
16
.0
rev
:
v1.
25
.0
hooks
:
hooks
:
-
id
:
yamllint
-
id
:
yamllint
-
repo
:
https://github.com/PyCQA/bandit
-
repo
:
https://github.com/PyCQA/bandit
rev
:
1.6.
1
rev
:
1.6.
2
hooks
:
hooks
:
-
id
:
bandit
-
id
:
bandit
-
repo
:
https://github.com/amperser/proselint/
-
repo
:
https://github.com/amperser/proselint/
rev
:
0.10.2
rev
:
0.10.2
hooks
:
hooks
:
-
id
:
proselint
-
id
:
proselint
types
:
[
plain-text
]
types
:
[
plain-text
]
exclude
:
LICENSE|requirements
exclude
:
LICENSE|requirements
-
repo
:
https://github.com/mgedmin/check-manifest
-
repo
:
https://github.com/mgedmin/check-manifest
rev
:
"
0.
39"
rev
:
'
0.
45'
hooks
:
hooks
:
-
id
:
check-manifest
-
id
:
check-manifest
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