diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5428683..7fc5d4d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: args: [ "--ignore", - "E231" + "E222,E231,E272,E713,W503" ] - repo: local hooks: