File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 88 hooks :
99 - id : check-pre-commit-ci-config
1010 - repo : https://github.com/asottile/pyupgrade
11- rev : v3.20 .0
11+ rev : v3.21 .0
1212 hooks :
1313 - id : pyupgrade
1414 args : ['--keep-runtime-typing', '--py39-plus']
1515 - repo : https://github.com/astral-sh/ruff-pre-commit
16- rev : v0.12 .3
16+ rev : v0.14 .3
1717 hooks :
1818 - id : ruff-check
1919 args : ['--fix', '--exit-non-zero-on-fix']
2020 # Extra args, only after removing flake8 and yesqa: '--extend-select', 'RUF100'
2121 - id : ruff-format
2222 - repo : https://github.com/PyCQA/isort
23- rev : 6 .0.1
23+ rev : 7 .0.0
2424 hooks :
2525 - id : isort
2626 additional_dependencies :
2727 - toml
2828 - repo : https://github.com/pre-commit/mirrors-mypy
29- rev : v1.16.1
29+ rev : v1.18.2
3030 hooks :
3131 - id : mypy
3232 # warn-unused-ignores is unsafe with pre-commit, see
4242 - types-requests
4343 - typing-extensions
4444 - repo : https://github.com/PyCQA/pylint
45- rev : v3.3.7
45+ rev : v4.0.2
4646 hooks :
4747 - id : pylint
4848 args : [
@@ -70,13 +70,13 @@ repos:
7070 - id : reformat-gherkin
7171 files : \.feature$
7272 - repo : https://github.com/shellcheck-py/shellcheck-py
73- rev : v0.10 .0.1
73+ rev : v0.11 .0.1
7474 hooks :
7575 - id : shellcheck
7676 args :
7777 - --external-sources
7878 - repo : https://github.com/pre-commit/pre-commit-hooks
79- rev : v5 .0.0
79+ rev : v6 .0.0
8080 hooks :
8181 - id : check-added-large-files
8282 - id : check-ast
You can’t perform that action at this time.
0 commit comments