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 Jul 11, 2023
1 parent 4f5d90a commit e254a16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ url = https://github.com/pycqa/flake8-polyfill
author = Ian Stapleton Cordasco
author_email = graffatcolmingov@gmail.com
license = MIT
license_file = LICENSE
license_files = LICENSE
classifiers =
Environment :: Console
Framework :: Flake8
Expand All @@ -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 e254a16

Please sign in to comment.