Skip to content

Commit 3527105

Browse files
committed
Updating pre-commit versions
1 parent b0b6e2f commit 3527105

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,24 @@ ci:
33

44
repos:
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

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1919
Version 2.5.5 (14 May 2023)
2020
---------------------------

0 commit comments

Comments
 (0)