Skip to content

Commit

Permalink
remove extraneous key from toml
Browse files Browse the repository at this point in the history
  • Loading branch information
RHammond2 committed Apr 2, 2024
1 parent 70b9bb5 commit 094f5d7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"

[metadata]
version = "attr: wombat.__version__"

[project]
name = "wombat"
dynamic = ["version"]
Expand Down Expand Up @@ -184,7 +181,7 @@ fix = true
# for rules included and matching to prefix.
# TODO: "FBT", "B", "PIE, "T20", "SIM", "PTH", "PD", "I", "PL"
ignore-init-module-imports = true
select = ["F", "E", "W", "C4", "D", "UP", "NPY201"]
select = ["F", "E", "W", "C4", "D", "UP"]

# D205: not using summary lines and descriptions, just descriptions
# D401: don't believe enough in imperative mode to make all the changes currently
Expand Down

0 comments on commit 094f5d7

Please sign in to comment.