add prehook for commit, move "docs" files

This commit is contained in:
2026-05-12 00:34:53 +03:00
parent eb745596e9
commit 83e40aeb74
5 changed files with 8 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 24.10.0
hooks:
- id: black
language_version: python3.11
View File
View File
+2 -1
View File
@@ -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]