Skip to content

Commit a875412

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 814e8c0 commit a875412

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

setup.cfg

+1-6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ url = https://github.com/pycqa/flake8-polyfill
88
author = Ian Stapleton Cordasco
99
author_email = [email protected]
1010
license = MIT
11-
license_file = LICENSE
11+
license_files = LICENSE
1212
classifiers =
1313
Environment :: Console
1414
Framework :: Flake8
@@ -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)