Skip to content

Commit 5bdde3f

Browse files
authored
ci(pre-commit): Add pep8-naming to pre-commit hooks (#7038)
1 parent f0d1a42 commit 5bdde3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ repos:
4040
- --ignore=E203,W503
4141
- --max-complexity=25
4242
- --max-line-length=88
43-
43+
additional_dependencies: [pep8-naming]
44+
4445
- repo: https://github.com/pre-commit/mirrors-mypy
4546
rev: v0.982
4647
hooks:

0 commit comments

Comments
 (0)