Skip to content

Commit 6796e27

Browse files
committed
ci(pre-commit): Add flake8-builtins additional dependency to pre-commit (#7104)
1 parent c73cb7e commit 6796e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ repos:
4040
- --ignore=E203,W503
4141
- --max-complexity=25
4242
- --max-line-length=88
43-
additional_dependencies: [pep8-naming]
43+
additional_dependencies: [pep8-naming, flake8-builtins]
4444

4545
- repo: https://github.com/pre-commit/mirrors-mypy
4646
rev: v0.982

0 commit comments

Comments
 (0)