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:
3939 args :
4040 - --fix
4141- repo : https://github.com/astral-sh/ruff-pre-commit
42- rev : ' v0.1.1 '
42+ rev : ' v0.1.3 '
4343 hooks :
4444 - id : ruff
4545 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
5247- repo : https://github.com/tox-dev/pyproject-fmt
53- rev : 1.2 .0
48+ rev : 1.3 .0
5449 hooks :
5550 - id : pyproject-fmt
5651- repo : https://github.com/abravalheri/validate-pyproject
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ Pending
1414* Added support for Django 5.0.
1515* Refactor the ``utils.get_name_from_obj `` to simulate the behavior of
1616 ``django.contrib.admindocs.utils.get_view_name ``.
17+ * Switched from black to the `ruff formatter
18+ <https://astral.sh/blog/the-ruff-formatter> `__.
1719
18204.2.0 (2023-08-10)
1921------------------
You can’t perform that action at this time.
0 commit comments