chore: exclude modules dir

This commit is contained in:
Dowon
2024-08-24 19:20:29 +09:00
parent 6090dcdaa9
commit 63b0d2bbde
3 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@@ -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

View File

@@ -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

View File

@@ -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 = [