Skip to content

Commit

Permalink
fix(flake8): ignore T201
Browse files Browse the repository at this point in the history
  • Loading branch information
kreczko committed Jul 11, 2023
1 parent 3a02e6e commit 03b9358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[flake8]
ignore = E203, E231, E501, E722, W503, B950, B008, B905, T001
ignore = E203, E231, E501, E722, W503, B950, B008, B905, T001, T201
select = C,E,F,W,T,B,B9,I
per-file-ignores =
tests/*: T
Expand Down

0 comments on commit 03b9358

Please sign in to comment.