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

Bump pylint to v2.17.4 and others hooks (#200)

Bump mypy and pyugrade pre-commit hooks without effects
parent 53bb85b9
No related branches found
No related tags found
1 merge request!189Define custom exceptions to support new Pylint v2.16 rule: broad-exception-raised (#200)
...@@ -20,18 +20,18 @@ repos: ...@@ -20,18 +20,18 @@ 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.3.0 rev: v1.4.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.15.8 rev: v2.17.4
hooks: hooks:
- id: pylint - id: pylint
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v3.4.0 rev: v3.8.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