Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 25, 2023
1 parent b2c2f0f commit 54204fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Software Development :: Quality Assurance
Expand Down
1 change: 0 additions & 1 deletion tests/test_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ def test_generate_callback_from_composition(
) as parse_comma_separated_list, mock.patch(
"flake8_polyfill.options.parse_normalized_paths"
) as parse_normalized_paths:

parse_comma_separated_list.side_effect = lambda v: f"C({v})"
parse_normalized_paths.side_effect = lambda v: f"N({v})"
callback(option, opt_str, value, parser)
Expand Down

0 comments on commit 54204fb

Please sign in to comment.