mirror of https://github.com/Bing-su/adetailer.git
chore: exclude modules dir
parent
6090dcdaa9
commit
63b0d2bbde
|
|
@ -195,3 +195,4 @@ pyrightconfig.json
|
||||||
# End of https://www.toptal.com/developers/gitignore/api/python,visualstudiocode
|
# End of https://www.toptal.com/developers/gitignore/api/python,visualstudiocode
|
||||||
*.ipynb
|
*.ipynb
|
||||||
node_modules
|
node_modules
|
||||||
|
modules
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,8 @@
|
||||||
ci:
|
ci:
|
||||||
autoupdate_branch: "dev"
|
autoupdate_branch: "dev"
|
||||||
|
|
||||||
|
exclude: ^modules/
|
||||||
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.6.0
|
rev: v4.6.0
|
||||||
|
|
|
||||||
|
|
@ -44,6 +44,7 @@ known_first_party = ["launch", "modules"]
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
target-version = "py39"
|
target-version = "py39"
|
||||||
|
extend-exclude = ["modules"]
|
||||||
|
|
||||||
[tool.ruff.lint]
|
[tool.ruff.lint]
|
||||||
select = [
|
select = [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue