Skip to content

Commit

Permalink
Use builtins-ignorelist
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Apr 24, 2024
1 parent a5f22f8 commit 70df813
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ repos:
# Conflicts with PEP8 and black:
# W503 line break before binary operator
# Does not recognize deprecated directive in docstrings
"--ignore=E203,RST303,W503,A005",
"--ignore=E203,RST303,W503",
"--builtins-ignorelist=csv,io,types",
"--rst-roles=class,func,ref,mod,meth,const",
]

Expand Down

0 comments on commit 70df813

Please sign in to comment.