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

Bump pre-commit hooks: pylint v3

Specialy for pylint v3.0.0, which has Py3.12 wheels
Doesn’t come with new reports:
https://github.com/pylint-dev/pylint/releases/tag/v3.0.0
Update pylint link
parent 7b6d08dd
No related branches found
No related tags found
1 merge request!194CI: Switch default Python version to 3.12 (#196)
...@@ -11,7 +11,7 @@ repos: ...@@ -11,7 +11,7 @@ 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.3.0 rev: 23.9.1
hooks: hooks:
- id: black - id: black
- repo: https://github.com/PyCQA/isort - repo: https://github.com/PyCQA/isort
...@@ -20,23 +20,23 @@ repos: ...@@ -20,23 +20,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: v1.4.1 rev: v1.5.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/pylint-dev/pylint
rev: v2.17.4 rev: v3.0.0
hooks: hooks:
- id: pylint - id: pylint
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v3.8.0 rev: v3.14.0
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: [--py38-plus] args: [--py38-plus]
- repo: https://github.com/Lucas-C/pre-commit-hooks - repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.1 rev: v1.5.4
hooks: hooks:
- id: insert-license - id: insert-license
files: \.py$ files: \.py$
...@@ -44,13 +44,13 @@ repos: ...@@ -44,13 +44,13 @@ 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.6
hooks: hooks:
- id: gitlab-ci-linter - id: gitlab-ci-linter
args: args:
- "--server" - "--server"
- "https://git.duniter.org" - "https://git.duniter.org"
- repo: https://github.com/executablebooks/mdformat - repo: https://github.com/executablebooks/mdformat
rev: 0.7.16 rev: 0.7.17
hooks: hooks:
- id: mdformat - id: mdformat
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