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

Bump pre-commit hooks

parent 56fa235e
No related branches found
No related tags found
1 merge request!197v1.2.0 release
exclude: ^docs/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-ast
- id: check-merge-conflict
......@@ -11,27 +11,27 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 24.1.1
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
rev: v1.8.0
hooks:
- id: mypy
args:
- "--install-types"
- "--non-interactive"
- repo: https://github.com/pylint-dev/pylint
rev: v3.0.0
rev: v3.0.3
hooks:
- id: pylint
- repo: https://github.com/asottile/pyupgrade
rev: v3.14.0
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py38-plus]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment