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

[mod] Bump pre-commit hooks

parent 63e69b59
No related branches found
No related tags found
1 merge request!169Bump pre-commit hooks version, Handle new Pylint rules
exclude: ^docs/ exclude: ^docs/
repos: repos:
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 21.5b0 rev: 21.12b0
hooks: hooks:
- id: black - id: black
- repo: https://github.com/PyCQA/isort - repo: https://github.com/PyCQA/isort
rev: 5.8.0 rev: 5.10.1
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: v0.910 rev: v0.910-1
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.8.2 rev: v2.12.2
hooks: hooks:
- id: pylint - id: pylint
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v2.23.3 rev: v2.29.1
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: [--py36-plus] args: [--py36-plus]
...@@ -34,7 +34,7 @@ repos: ...@@ -34,7 +34,7 @@ repos:
- --license-filepath - --license-filepath
- license_header.txt - license_header.txt
- repo: https://gitlab.com/devopshq/gitlab-ci-linter - repo: https://gitlab.com/devopshq/gitlab-ci-linter
rev: v1.0.3 rev: v1.0.2
hooks: hooks:
- id: gitlab-ci-linter - id: gitlab-ci-linter
args: args:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment