Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
idiap-devtools
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
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
software
idiap-devtools
Commits
53aef512
Commit
53aef512
authored
1 year ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[qa] Updated pre-commit hooks
parent
84f0219e
No related branches found
No related tags found
1 merge request
!11
Use hatch
Pipeline
#85164
failed
1 year ago
Stage: qa
Stage: test
Stage: doc
Stage: dist
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.pre-commit-config.yaml
+7
-7
7 additions, 7 deletions
.pre-commit-config.yaml
with
7 additions
and
7 deletions
.pre-commit-config.yaml
+
7
−
7
View file @
53aef512
...
...
@@ -6,7 +6,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos
:
-
repo
:
https://github.com/psf/black
rev
:
2
3.11
.0
rev
:
2
4.3
.0
hooks
:
-
id
:
black
-
repo
:
https://github.com/pycqa/docformatter
...
...
@@ -14,15 +14,15 @@ repos:
hooks
:
-
id
:
docformatter
-
repo
:
https://github.com/pycqa/isort
rev
:
5.1
2.0
rev
:
5.1
3.2
hooks
:
-
id
:
isort
-
repo
:
https://github.com/pycqa/flake8
rev
:
6.1
.0
rev
:
7.0
.0
hooks
:
-
id
:
flake8
-
repo
:
https://github.com/pre-commit/mirrors-mypy
rev
:
v1.
7.1
rev
:
v1.
9.0
hooks
:
-
id
:
mypy
args
:
[
...
...
@@ -33,10 +33,10 @@ repos:
]
exclude
:
'
^.*/data/second_config\.py$'
-
repo
:
https://github.com/asottile/pyupgrade
rev
:
v3.15.
0
rev
:
v3.15.
1
hooks
:
-
id
:
pyupgrade
args
:
[
--py3
8
-plus
]
args
:
[
--py3
10
-plus
]
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v4.5.0
hooks
:
...
...
@@ -51,6 +51,6 @@ repos:
-
id
:
end-of-file-fixer
-
id
:
debug-statements
-
repo
:
https://github.com/fsfe/reuse-tool
rev
:
v
2.1.0
rev
:
v
3.0.1
hooks
:
-
id
:
reuse
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