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
1c04f403
Commit
1c04f403
authored
2 years ago
by
Yoann Schneider
Committed by
Bastien Abadie
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Bump edlib
parent
bfd5591f
No related branches found
No related tags found
1 merge request
!14
Bump edlib
Pipeline
#103842
passed
2 years ago
Stage: test
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 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
requirements.txt
+1
-1
1 addition, 1 deletion
requirements.txt
with
8 additions
and
15 deletions
.gitlab-ci.yml
+
2
−
2
View file @
1c04f403
...
...
@@ -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 @
1c04f403
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.
requirements.txt
+
1
−
1
View file @
1c04f403
editdistance
==0.5.3
edlib
==1.3.
8.post2
edlib
==1.3.
9
termtables
==0.2.3
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