Skip to content

Commit 4f6b772

Browse files
authored
update pyproject.toml (#4)
1 parent 88e6936 commit 4f6b772

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
default_language_version:
1616
python: python3
1717

18+
exclude: >
19+
(?x)^(
20+
README.md
21+
)
22+
1823
ci:
1924
autofix_prs: true
2025
autoupdate_commit_msg: "[pre-commit.ci] pre-commit suggestions"
@@ -37,16 +42,6 @@ repos:
3742
args: ["--maxkb=500", "--enforce-all"]
3843
- id: detect-private-key
3944

40-
- repo: https://github.com/executablebooks/mdformat
41-
rev: 0.7.17
42-
hooks:
43-
- id: mdformat
44-
args: ["--number"]
45-
additional_dependencies:
46-
- mdformat-gfm
47-
#- mdformat-black
48-
- mdformat_frontmatter
49-
5045
- repo: https://github.com/pre-commit/pygrep-hooks
5146
rev: v1.10.0
5247
hooks:

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[build-system]
2-
requires = ["setuptools"]
2+
requires = [
3+
"setuptools>=61.0.0",
4+
"wheel",
5+
]
36
build-backend = "setuptools.build_meta"
47

58
[project]

0 commit comments

Comments
 (0)