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
|
||||
*.ipynb
|
||||
node_modules
|
||||
modules
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
ci:
|
||||
autoupdate_branch: "dev"
|
||||
|
||||
exclude: ^modules/
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.6.0
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@ known_first_party = ["launch", "modules"]
|
|||
|
||||
[tool.ruff]
|
||||
target-version = "py39"
|
||||
extend-exclude = ["modules"]
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue