Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
nerval
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
Named Entity Recognition
nerval
Commits
38a6d6a1
Verified
Commit
38a6d6a1
authored
2 years ago
by
Yoann Schneider
Browse files
Options
Downloads
Patches
Plain Diff
bum precommit, unlock python version in CI/pre-commit
parent
f3292d53
No related branches found
No related tags found
1 merge request
!14
Bump edlib
Pipeline
#103840
passed
2 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
.pre-commit-config.yaml
+5
-12
5 additions, 12 deletions
.pre-commit-config.yaml
with
7 additions
and
14 deletions
.gitlab-ci.yml
+
2
−
2
View file @
38a6d6a1
...
...
@@ -10,7 +10,7 @@ cache:
linter
:
stage
:
test
image
:
python:3.
7
image
:
python:3.
8
cache
:
paths
:
...
...
@@ -31,7 +31,7 @@ linter:
tests
:
stage
:
test
image
:
python:3.
7
image
:
python:3.
8
cache
:
paths
:
...
...
This diff is collapsed.
Click to expand it.
.pre-commit-config.yaml
+
5
−
12
View file @
38a6d6a1
repos
:
-
repo
:
https://github.com/asottile/seed-isort-config
rev
:
v2.2.0
hooks
:
-
id
:
seed-isort-config
-
repo
:
https://github.com/pre-commit/mirrors-isort
rev
:
v
4.3.2
1
rev
:
v
5.10.
1
hooks
:
-
id
:
isort
-
repo
:
https://github.com/ambv/black
rev
:
2
0.8b1
rev
:
2
2.10.0
hooks
:
-
id
:
black
-
repo
:
https://gitlab.com/pycqa/flake8
rev
:
3.
8.3
rev
:
3.
9.2
hooks
:
-
id
:
flake8
additional_dependencies
:
...
...
@@ -20,7 +16,7 @@ repos:
-
'
flake8-copyright==0.2.2'
-
'
flake8-debugger==3.1.0'
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v
3.1
.0
rev
:
v
4.3
.0
hooks
:
-
id
:
check-ast
-
id
:
check-docstring-first
...
...
@@ -37,7 +33,7 @@ repos:
-
id
:
check-json
-
id
:
requirements-txt-fixer
-
repo
:
https://github.com/codespell-project/codespell
rev
:
v
1.17.1
rev
:
v
2.2.2
hooks
:
-
id
:
codespell
args
:
[
'
--write-changes'
]
...
...
@@ -45,6 +41,3 @@ repos:
-
repo
:
meta
hooks
:
-
id
:
check-useless-excludes
default_language_version
:
python
:
python3.7
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