File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -39,18 +39,13 @@ repos:
39
39
args :
40
40
- --fix
41
41
- repo : https://github.com/astral-sh/ruff-pre-commit
42
- rev : ' v0.1.1 '
42
+ rev : ' v0.1.3 '
43
43
hooks :
44
44
- id : ruff
45
45
args : [--fix, --exit-non-zero-on-fix]
46
- - repo : https://github.com/psf/black
47
- rev : 23.10.0
48
- hooks :
49
- - id : black
50
- language_version : python3
51
- entry : black --target-version=py38
46
+ - id : ruff-format
52
47
- repo : https://github.com/tox-dev/pyproject-fmt
53
- rev : 1.2 .0
48
+ rev : 1.3 .0
54
49
hooks :
55
50
- id : pyproject-fmt
56
51
- repo : https://github.com/abravalheri/validate-pyproject
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ Pending
14
14
* Added support for Django 5.0.
15
15
* Refactor the ``utils.get_name_from_obj `` to simulate the behavior of
16
16
``django.contrib.admindocs.utils.get_view_name ``.
17
+ * Switched from black to the `ruff formatter
18
+ <https://astral.sh/blog/the-ruff-formatter> `__.
17
19
18
20
4.2.0 (2023-08-10)
19
21
------------------
You can’t perform that action at this time.
0 commit comments