Skip to content

Commit 69790c5

Browse files
author
benoit-cty
committed
Refactor to reduce complexity
1 parent 978b399 commit 69790c5

4 files changed

Lines changed: 481 additions & 427 deletions

File tree

.flake8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
select = C,E,F,W,B
66
ignore = E203, E501, W503, B008
77
copyright-check = True
8+
max-complexity = 15

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/pycqa/isort
3-
rev: 6.0.1
3+
rev: 7.0.0
44
hooks:
55
- id: isort
66
args: ["--filter-files"]
77
- repo: https://github.com/psf/black
8-
rev: 25.1.0
8+
rev: 25.11.0
99
hooks:
1010
- id: black
1111
args: [--safe]

0 commit comments

Comments
 (0)