Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9e3db38

Browse files
authoredMar 25, 2025··
Merge branch 'master' into logger_ourlogs
2 parents 5331750 + 08bbe00 commit 9e3db38

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

Diff for: ‎.pre-commit-config.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ repos:
1717
rev: 5.0.4
1818
hooks:
1919
- id: flake8
20+
additional_dependencies:
21+
[
22+
flake8-pyproject,
23+
flake8-bugbear,
24+
pep8-naming,
25+
]
2026

2127
# Disabled for now, because it lists a lot of problems.
2228
#- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)
Please sign in to comment.