Skip to content

Commit b218852

Browse files
committed
Improve linting setup
1 parent a99f509 commit b218852

File tree

14 files changed

+130
-583
lines changed

14 files changed

+130
-583
lines changed

.mypy.ini

Lines changed: 0 additions & 12 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ repos:
5454
entry: mypy
5555
language: system
5656
types: [python]
57+
- id: darker
58+
name: darker
59+
entry: darker
60+
args:
61+
- -r
62+
- ':PRE-COMMIT:'
63+
language: system
64+
types: [python]
5765
- id: pylint
5866
name: pylint
5967
entry: pylint

0 commit comments

Comments
 (0)