Skip to content

Commit 4a98a35

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6e85164 commit 4a98a35

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

setup.cfg

-5
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ classifiers =
1717
Programming Language :: Python
1818
Programming Language :: Python :: 3
1919
Programming Language :: Python :: 3 :: Only
20-
Programming Language :: Python :: 3.6
21-
Programming Language :: Python :: 3.7
22-
Programming Language :: Python :: 3.8
23-
Programming Language :: Python :: 3.9
24-
Programming Language :: Python :: 3.10
2520
Programming Language :: Python :: Implementation :: CPython
2621
Topic :: Software Development :: Libraries :: Python Modules
2722
Topic :: Software Development :: Quality Assurance

tests/test_options.py

-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ def test_generate_callback_from_composition(
9393
) as parse_comma_separated_list, mock.patch(
9494
"flake8_polyfill.options.parse_normalized_paths"
9595
) as parse_normalized_paths:
96-
9796
parse_comma_separated_list.side_effect = lambda v: f"C({v})"
9897
parse_normalized_paths.side_effect = lambda v: f"N({v})"
9998
callback(option, opt_str, value, parser)

0 commit comments

Comments
 (0)