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
|
# 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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user