mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-01-26 11:19:53 +00:00
chore: exclude modules dir
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user