Skip to content

Commit

Permalink
linting: Disables a defunc flake8 plugin that isn't too important
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyfuture committed Jul 27, 2024
1 parent 5f292b0 commit 2b2fdc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ dependencies = [
"flake8-pyprojecttoml",
"flake8-pytest-style",
"flake8-use-fstring",
"flake8-use-pathlib",
# FIXME? this needs an update (uses pkg_resources), but isn't pressing
# "flake8-use-pathlib",
"flake8-rst-docstrings",
"flake8-simplify",
"flake8-sphinx-links",
Expand Down

0 comments on commit 2b2fdc3

Please sign in to comment.