Skip to content
Snippets Groups Projects
Commit 1c04f403 authored by Yoann Schneider's avatar Yoann Schneider :tennis: Committed by Bastien Abadie
Browse files

Bump edlib

parent bfd5591f
No related branches found
No related tags found
1 merge request!14Bump edlib
Pipeline #103842 passed
......@@ -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:
......
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: v4.3.21
rev: v5.10.1
hooks:
- id: isort
- repo: https://github.com/ambv/black
rev: 20.8b1
rev: 22.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: v3.1.0
rev: v4.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: v1.17.1
rev: v2.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
editdistance==0.5.3
edlib==1.3.8.post2
edlib==1.3.9
termtables==0.2.3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment