File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed
Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 1515default_language_version :
1616 python : python3
1717
18+ exclude : >
19+ (?x)^(
20+ README.md
21+ )
22+
1823ci :
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 :
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools" ]
2+ requires = [
3+ " setuptools>=61.0.0" ,
4+ " wheel" ,
5+ ]
36build-backend = " setuptools.build_meta"
47
58[project ]
You can’t perform that action at this time.
0 commit comments