Skip to content

Commit

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

Expand Down

0 comments on commit c6a2000

Please sign in to comment.