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/ exclude: ^docs/
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0 rev: v4.5.0
hooks: hooks:
- id: check-ast - id: check-ast
- id: check-merge-conflict - id: check-merge-conflict
...@@ -11,27 +11,27 @@ repos: ...@@ -11,27 +11,27 @@ repos:
- id: mixed-line-ending - id: mixed-line-ending
- id: trailing-whitespace - id: trailing-whitespace
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 23.9.1 rev: 24.1.1
hooks: hooks:
- id: black - id: black
- repo: https://github.com/PyCQA/isort - repo: https://github.com/PyCQA/isort
rev: 5.12.0 rev: 5.13.2
hooks: hooks:
- 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: v1.5.1 rev: v1.8.0
hooks: hooks:
- id: mypy - id: mypy
args: args:
- "--install-types" - "--install-types"
- "--non-interactive" - "--non-interactive"
- repo: https://github.com/pylint-dev/pylint - repo: https://github.com/pylint-dev/pylint
rev: v3.0.0 rev: v3.0.3
hooks: hooks:
- id: pylint - id: pylint
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v3.14.0 rev: v3.15.0
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: [--py38-plus] args: [--py38-plus]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment