Skip to content

Commit

Permalink
chore[python]: Remove blanket flake8 ignore (#4508)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Aug 20, 2022
1 parent 6b56b7d commit c5e73a9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions py-polars/.flake8
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ extend-ignore =
# flake8-simplify
SIM102, SIM117,

per-file-ignores =
tests/*.py: E101, W191
extend-exclude =
# Automatically generated test artifacts
venv/,
Expand Down
2 changes: 1 addition & 1 deletion py-polars/tests/io/test_other.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_date_list_fmt() -> None:
[2020-01-01]
[2020-01-02]
[2020-01-05, 2020-01-05]
]"""
]""" # noqa: W191, E101
)


Expand Down
2 changes: 1 addition & 1 deletion py-polars/tests/test_df.py
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,7 @@ def test_groupby_cat_list() -> None:
["a", "b"]
["b", "a"]
["b"]
]"""
]""" # noqa: W191, E101
)


Expand Down

0 comments on commit c5e73a9

Please sign in to comment.