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 16, 2024
1 parent 9b17f8c commit 7b90a48
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ readme = "README.rst"
keywords = [ "attrs", "documentation", "serde", "sphinx",]
dynamic = [ "requires-python", "classifiers", "dependencies",]

[project.license]
file = "LICENSE"

[[project.authors]]
name = "Dominic Davis-Foster"
email = "[email protected]"


[project.license]
file = "LICENSE"

[project.urls]
Homepage = "https://github.com/domdfcoding/attr_utils"
"Issue Tracker" = "https://github.com/domdfcoding/attr_utils/issues"
Expand Down Expand Up @@ -117,6 +116,9 @@ autodoc_exclude_members = [
[tool.dep_checker]
allowed_unused = [ "toolz",]

[tool.dep_checker.name_mapping]
attrs = "attr"

[tool.whey]
base-classifiers = [
"Intended Audience :: Developers",
Expand All @@ -141,8 +143,15 @@ incremental = false
[tool.snippet-fmt]
directives = [ "code-block",]

[tool.dep_checker.name_mapping]
attrs = "attr"
[tool.snippet-fmt.languages.python]
reformat = true

[tool.snippet-fmt.languages.TOML]
reformat = true

[tool.snippet-fmt.languages.ini]

[tool.snippet-fmt.languages.json]

[tool.dependency-dash."requirements.txt"]
order = 10
Expand All @@ -154,13 +163,3 @@ include = false
[tool.dependency-dash."doc-source/requirements.txt"]
order = 30
include = false

[tool.snippet-fmt.languages.python]
reformat = true

[tool.snippet-fmt.languages.TOML]
reformat = true

[tool.snippet-fmt.languages.ini]

[tool.snippet-fmt.languages.json]

0 comments on commit 7b90a48

Please sign in to comment.