Skip to content
Snippets Groups Projects
Verified Commit 6ae87cbe authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Added flake8 pre-commit check.

parent 20edc593
No related branches found
No related tags found
No related merge requests found
[flake8]
; max-line-length: see also black setting in pyproject.toml
max-line-length = 80
show-source = True
...@@ -23,5 +23,13 @@ repos: ...@@ -23,5 +23,13 @@ repos:
hooks: hooks:
- id: isort - id: isort
exclude: EXPERIMENTAL/.* exclude: EXPERIMENTAL/.*
- repo: https://github.com/PyCQA/flake8
rev: "5.0.4"
hooks:
- id: flake8
exclude: EXPERIMENTAL/.*
additional_dependencies:
- flake8-bugbear
- flake8-comprehensions
default_language_version: default_language_version:
python: python3.9 python: python3.9
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