File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ repos:
2727 - id : trailing-whitespace
2828
2929 - repo : https://github.com/codespell-project/codespell
30- rev : v2.2.4
30+ rev : v2.2.5
3131 hooks :
3232 - id : codespell
3333 additional_dependencies :
3434 - tomli
3535
3636 - repo : https://github.com/charliermarsh/ruff-pre-commit
37- rev : v0.0.270
37+ rev : v0.0.272
3838 hooks :
3939 - id : ruff
4040
4444 - id : black
4545
4646 - repo : https://github.com/tox-dev/pyproject-fmt
47- rev : 0.11.2
47+ rev : 0.12.0
4848 hooks :
4949 - id : pyproject-fmt
5050
Original file line number Diff line number Diff line change 1- [tool .codespell ]
2- ignore-words-list = " dekstop,nwe,yello"
3- skip =" ./.*"
4-
51[tool .ruff ]
62select = [
73 " A" , # flake8-builtins
@@ -86,3 +82,7 @@ max-statements = 54
8682
8783[tool .ruff .per-file-ignores ]
8884"tests/*" = [" S101" ]
85+
86+ [tool .codespell ]
87+ ignore-words-list = " dekstop,nwe,yello"
88+ skip =" ./.*"
You can’t perform that action at this time.
0 commit comments