Skip to content

Commit 1604aa0

Browse files
committed
chore: add flake8 to pre-commit configuration for code style checks
1 parent 6bb7670 commit 1604aa0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,7 @@ repos:
6060
rev: v3.20.0
6161
hooks:
6262
- id: pyupgrade
63+
- repo: https://github.com/PyCQA/flake8
64+
rev: 7.3.0
65+
hooks:
66+
- id: flake8

0 commit comments

Comments
 (0)