add prehook for commit, move "docs" files
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
repos:
|
||||||
|
- repo: https://github.com/psf/black
|
||||||
|
rev: 24.10.0
|
||||||
|
hooks:
|
||||||
|
- id: black
|
||||||
|
language_version: python3.11
|
||||||
+2
-1
@@ -16,7 +16,8 @@ dev = [
|
|||||||
"pytest>=8.0",
|
"pytest>=8.0",
|
||||||
"black>=24.0",
|
"black>=24.0",
|
||||||
"pyinstaller>=6.0",
|
"pyinstaller>=6.0",
|
||||||
"mypy>=1.0"
|
"mypy>=1.0",
|
||||||
|
"pre-commit>=4.0"
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
|
|||||||
Reference in New Issue
Block a user