File tree 2 files changed +4
-9
lines changed
2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 3
3
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v4.5 .0
6
+ rev : v4.6 .0
7
7
hooks :
8
8
- id : trailing-whitespace
9
9
- id : end-of-file-fixer
10
10
- id : mixed-line-ending
11
11
args : [--fix=lf]
12
12
- id : debug-statements
13
13
- repo : https://github.com/astral-sh/ruff-pre-commit
14
- rev : " v0.1.4 "
14
+ rev : " v0.5.3 "
15
15
hooks :
16
16
- id : ruff
17
17
args : ["--fix"]
18
18
exclude : " tests/input/"
19
19
- repo : https://github.com/psf/black
20
- rev : 23.10.1
20
+ rev : 24.4.2
21
21
hooks :
22
22
- id : black
23
23
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]
29
24
- repo : local
30
25
hooks :
31
26
- id : pylint
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Bugfixes
14
14
15
15
- Added Django aliases for ranges to support psycopg 2 and 3 (`#421 <https://github.com/pylint-dev/pylint-django/pull/421 >`_)
16
16
- 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 >`_)
18
18
19
19
Version 2.5.5 (14 May 2023)
20
20
---------------------------
You can’t perform that action at this time.
0 commit comments