Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
api-client
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
Arkindex
api-client
Merge requests
!213
Update pre-commit dependencies
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update pre-commit dependencies
update-pre-commit-deps
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Manon Blanco
requested to merge
update-pre-commit-deps
into
master
2 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
eac0506b
Show latest version
1 file
+
5
−
5
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
eac0506b
Update pre-commit dependencies
· eac0506b
Manon Blanco
authored
2 years ago
.pre-commit-config.yaml
+
5
−
5
Options
@@ -4,15 +4,15 @@ repos:
@@ -4,15 +4,15 @@ repos:
hooks
:
hooks
:
-
id
:
seed-isort-config
-
id
:
seed-isort-config
-
repo
:
https://github.com/pre-commit/mirrors-isort
-
repo
:
https://github.com/pre-commit/mirrors-isort
rev
:
v
4.3.2
1
rev
:
v
5.10.
1
hooks
:
hooks
:
-
id
:
isort
-
id
:
isort
-
repo
:
https://github.com/ambv/black
-
repo
:
https://github.com/ambv/black
rev
:
2
0.8b1
rev
:
2
2.3.0
hooks
:
hooks
:
-
id
:
black
-
id
:
black
-
repo
:
https://gitlab.com/pycqa/flake8
-
repo
:
https://gitlab.com/pycqa/flake8
rev
:
3.
8.3
rev
:
3.
9.2
hooks
:
hooks
:
-
id
:
flake8
-
id
:
flake8
additional_dependencies
:
additional_dependencies
:
@@ -20,7 +20,7 @@ repos:
@@ -20,7 +20,7 @@ repos:
-
'
flake8-copyright==0.2.2'
-
'
flake8-copyright==0.2.2'
-
'
flake8-debugger==3.1.0'
-
'
flake8-debugger==3.1.0'
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v
3
.1.0
rev
:
v
4
.1.0
hooks
:
hooks
:
-
id
:
check-ast
-
id
:
check-ast
-
id
:
check-docstring-first
-
id
:
check-docstring-first
@@ -37,7 +37,7 @@ repos:
@@ -37,7 +37,7 @@ repos:
-
id
:
check-json
-
id
:
check-json
-
id
:
requirements-txt-fixer
-
id
:
requirements-txt-fixer
-
repo
:
https://github.com/codespell-project/codespell
-
repo
:
https://github.com/codespell-project/codespell
rev
:
v
1
.1
7.1
rev
:
v
2
.1
.0
hooks
:
hooks
:
-
id
:
codespell
-
id
:
codespell
args
:
[
'
--write-changes'
]
args
:
[
'
--write-changes'
]
Loading