File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ repos:
1717 - id : end-of-file-fixer
1818 - id : trailing-whitespace
1919- repo : https://github.com/crate-ci/typos
20- rev : edb4e206047e89b93ebe08f1a2ccc3d581a70cc7 # frozen: v1
20+ rev : 1976b238f2710646b971e06bc25737249ee6406d # frozen: v1
2121 hooks :
2222 - id : typos
2323- repo : https://github.com/tox-dev/pyproject-fmt
24- rev : 8184a5b72f4a8fcd003b041ecb04c41a9f34fd2b # frozen: v2.6 .0
24+ rev : 8a22e281b3f6d1bb298aaabfc165a943a943882c # frozen: v2.7 .0
2525 hooks :
2626 - id : pyproject-fmt
2727- repo : https://github.com/tox-dev/tox-ini-fmt
@@ -40,22 +40,22 @@ repos:
4040 hooks :
4141 - id : sphinx-lint
4242- repo : https://github.com/adamchainz/django-upgrade
43- rev : 801c22cf0b32793544572cb0a81655e51879f561 # frozen: 1.27 .0
43+ rev : c03f1b1e703cd967c5fd94e29c61f111e8b0eaf0 # frozen: 1.29 .0
4444 hooks :
4545 - id : django-upgrade
4646- repo : https://github.com/adamchainz/blacken-docs
47- rev : 78a9dcbecf4f755f65d1f3dec556bc249d723600 # frozen: 1.19.1
47+ rev : dda8db18cfc68df532abf33b185ecd12d5b7b326 # frozen: 1.20.0
4848 hooks :
4949 - id : blacken-docs
5050 additional_dependencies :
5151 - black==25.1.0
5252- repo : https://github.com/astral-sh/ruff-pre-commit
53- rev : db90487f48a9dd992d243ef63c156eaffddeaf28 # frozen: v0.12.11
53+ rev : 9c89adb347f6b973f4905a4be0051eb2ecf85dea # frozen: v0.13.3
5454 hooks :
5555 - id : ruff-check
5656 args : [ --fix ]
5757 - id : ruff-format
5858- repo : https://github.com/pre-commit/mirrors-mypy
59- rev : 412de98d50e846f31ea6f4b0ad036f2c24a7a024 # frozen: v1.17.1
59+ rev : 9f70dc58c23dfcca1b97af99eaeee3140a807c7e # frozen: v1.18.2
6060 hooks :
6161 - id : mypy
Original file line number Diff line number Diff line change @@ -71,10 +71,10 @@ docs = [
7171]
7272
7373django42 = [ " django>=4.2a1,<5; python_version>='3.8'" ]
74- django50 = [ " django>=5.0a1 ,<5.1; python_version>='3.10'" ]
74+ django50 = [ " django>=5a1 ,<5.1; python_version>='3.10'" ]
7575django51 = [ " django>=5.1a1,<5.2; python_version>='3.10'" ]
7676django52 = [ " django>=5.2a1,<6; python_version>='3.10'" ]
77- django60 = [ " django>=6.0a1 ,<6.1; python_version>='3.12'" ]
77+ django60 = [ " django>=6a1 ,<6.1; python_version>='3.12'" ]
7878
7979[tool .ruff ]
8080lint.select = [
You can’t perform that action at this time.
0 commit comments