File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 33
44repos :
55 - repo : https://github.com/pre-commit/pre-commit-hooks
6- rev : v4.5 .0
6+ rev : v4.6 .0
77 hooks :
88 - id : trailing-whitespace
99 - id : end-of-file-fixer
1010 - id : mixed-line-ending
1111 args : [--fix=lf]
1212 - id : debug-statements
1313 - repo : https://github.com/astral-sh/ruff-pre-commit
14- rev : " v0.1.4 "
14+ rev : " v0.5.3 "
1515 hooks :
1616 - id : ruff
1717 args : ["--fix"]
1818 exclude : " tests/input/"
1919 - repo : https://github.com/psf/black
20- rev : 23.10.1
20+ rev : 24.4.2
2121 hooks :
2222 - id : black
2323 args : [--safe, --line-length=120]
24- - repo : https://github.com/pre-commit/mirrors-prettier
25- rev : v3.0.3
26- hooks :
27- - id : prettier
28- args : [--prose-wrap=always, --print-width=88]
2924 - repo : local
3025 hooks :
3126 - id : pylint
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Bugfixes
1414
1515- Added Django aliases for ranges to support psycopg 2 and 3 (`#421 <https://github.com/pylint-dev/pylint-django/pull/421 >`_)
1616- Support for PYthon 3.12 datetime (`#427 <https://github.com/pylint-dev/pylint-django/pull/427 >`_)
17-
17+ - Fixed location of installed LICENSE file (` #431 < https://github.com/pylint-dev/pylint-django/issues/431 >`_)
1818
1919Version 2.5.5 (14 May 2023)
2020---------------------------
You can’t perform that action at this time.
0 commit comments