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:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.3.0
rev: v1.4.1
hooks:
- id: mypy
args:
- "--install-types"
- "--non-interactive"
- repo: https://github.com/PyCQA/pylint
rev: v2.15.8
rev: v2.17.4
hooks:
- id: pylint
- repo: https://github.com/asottile/pyupgrade
rev: v3.4.0
rev: v3.8.0
hooks:
- id: pyupgrade
args: [--py38-plus]
......
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