Skip to content
Snippets Groups Projects
Commit bbd40013 authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Bump pyyaml and pre-commit

parent 46b7c786
No related branches found
No related tags found
1 merge request!7Bump pyyaml and pre-commit
repos: 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 - repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.21 rev: v5.10.1
hooks: hooks:
- id: isort - id: isort
- repo: https://github.com/ambv/black - repo: https://github.com/ambv/black
rev: 20.8b1 rev: 22.6.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 +16,7 @@ repos: ...@@ -20,7 +16,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: v3.1.0 rev: v4.3.0
hooks: hooks:
- id: check-ast - id: check-ast
- id: check-docstring-first - id: check-docstring-first
...@@ -37,7 +33,7 @@ repos: ...@@ -37,7 +33,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: v1.17.1 rev: v2.1.0
hooks: hooks:
- id: codespell - id: codespell
args: ['--write-changes'] args: ['--write-changes']
......
PyYAML==5.4.1 PyYAML>=5.4.1
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