Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mednet
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
medai
software
mednet
Commits
d6b77c67
Commit
d6b77c67
authored
2 months ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[pre-commit] Update
parent
d6a3c55f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
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 @
d6b77c67
...
...
@@ -6,17 +6,17 @@
# See https://pre-commit.com/hooks.html for more hooks
repos
:
-
repo
:
https://github.com/astral-sh/ruff-pre-commit
rev
:
v0.
5.1
rev
:
v0.
8.5
hooks
:
-
id
:
ruff-format
-
id
:
ruff
args
:
[
--fix
]
-
repo
:
https://github.com/numpy/numpydoc
rev
:
v1.
7
.0
rev
:
v1.
8
.0
hooks
:
-
id
:
numpydoc-validation
-
repo
:
https://github.com/pre-commit/mirrors-mypy
rev
:
v1.1
0
.1
rev
:
v1.1
4
.1
hooks
:
-
id
:
mypy
args
:
[
--install-types
,
--non-interactive
,
--no-strict-optional
,
--ignore-missing-imports
]
...
...
@@ -26,7 +26,7 @@ repos:
-
id
:
hadolint
args
:
[
--ignore
,
DL3007
,
--ignore
,
DL3008
]
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v
4.6
.0
rev
:
v
5.0
.0
hooks
:
-
id
:
check-ast
-
id
:
check-added-large-files
...
...
@@ -49,6 +49,6 @@ repos:
-
id
:
end-of-file-fixer
-
id
:
debug-statements
-
repo
:
https://github.com/fsfe/reuse-tool
rev
:
v
3
.0.2
rev
:
v
5
.0.2
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