File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ repos:
1212 - id : pyupgrade
1313 args : [--py38-plus]
1414- repo : https://github.com/pycqa/isort
15- rev : 5.13.2
15+ rev : 6.0.0
1616 hooks :
1717 - id : isort
1818- repo : https://github.com/psf/black
19- rev : 24.10 .0
19+ rev : 25.1 .0
2020 hooks :
2121 - id : black
2222- repo : https://github.com/collective/zpretty
4444# """
4545# #
4646- repo : https://github.com/codespell-project/codespell
47- rev : v2.3.0
47+ rev : v2.4.1
4848 hooks :
4949 - id : codespell
5050 additional_dependencies :
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ target-version = ["py38"]
7171# #
7272
7373[tool .codespell ]
74- ignore-words-list = " discreet,assertin,"
74+ ignore-words-list = " discreet,assertin,thet "
7575skip = " *.po,"
7676# #
7777# Add extra configuration options in .meta.toml:
You can’t perform that action at this time.
0 commit comments