Skip to content

Commit 7e58e09

Browse files
committed
shorten lines
1 parent 1fbdb73 commit 7e58e09

File tree

3 files changed

+482
-234
lines changed

3 files changed

+482
-234
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ repos:
1212
rev: 25.1.0
1313
hooks:
1414
- id: black
15-
# A popular Python linter that combines pycodestyle, pyflakes, and McCabe complexity.
16-
#- repo: https://github.com/PyCQA/flake8
17-
# rev: 7.2.0
18-
# hooks:
19-
# - id: flake8
15+
# A popular Python linter that combines pycodestyle, pyflakes, and McCabe complexity.
16+
# - repo: https://github.com/PyCQA/flake8
17+
# rev: 7.2.0
18+
# hooks:
19+
# - id: flake8
2020
# Sorts Python imports alphabetically and automatically separates them into sections
2121
- repo: https://github.com/pycqa/isort
2222
rev: 6.0.1

0 commit comments

Comments
 (0)