Skip to content
Snippets Groups Projects
Commit d5bc13be authored by Moul's avatar Moul
Browse files

[dep] Bump pre-commit hooks

parent 0505a91d
No related branches found
No related tags found
1 merge request!174Update links in readme, bump pre-commit hooks, bump dependencies
exclude: ^docs/ exclude: ^docs/
repos: repos:
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 22.1.0 rev: 22.3.0
hooks: hooks:
- id: black - id: black
- repo: https://github.com/PyCQA/isort - repo: https://github.com/PyCQA/isort
...@@ -10,23 +10,23 @@ repos: ...@@ -10,23 +10,23 @@ repos:
- id: isort - id: isort
args: ["--profile", "black"] args: ["--profile", "black"]
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.931 rev: v0.950
hooks: hooks:
- id: mypy - id: mypy
args: args:
- "--install-types" - "--install-types"
- "--non-interactive" - "--non-interactive"
- repo: https://github.com/PyCQA/pylint - repo: https://github.com/PyCQA/pylint
rev: v2.12.2 rev: v2.13.8
hooks: hooks:
- id: pylint - id: pylint
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v2.31.0 rev: v2.32.1
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: [--py37-plus] args: [--py37-plus]
- repo: https://github.com/Lucas-C/pre-commit-hooks - repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.12 rev: v1.1.13
hooks: hooks:
- id: insert-license - id: insert-license
files: \.py$ files: \.py$
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment