Skip to content
Snippets Groups Projects
Commit 3b938d9e authored by David Douard's avatar David Douard
Browse files

Update the pre-commit config file

for some reason, and old version of this file has been used instead of the
current one.
parent 5b806784
No related branches found
No related tags found
No related merge requests found
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.2.3
rev: v2.4.0
hooks:
- id: trailing-whitespace
- id: flake8
......@@ -8,10 +8,20 @@ repos:
- id: check-yaml
- repo: https://github.com/codespell-project/codespell
rev: v1.15.0
rev: v1.16.0
hooks:
- id: codespell
- repo: local
hooks:
- id: mypy
name: mypy
entry: mypy
args: [swh]
pass_filenames: false
language: system
types: [python]
# unfortunately, we are far from being able to enable this...
# - repo: https://github.com/PyCQA/pydocstyle.git
# rev: 4.0.0
......
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