Skip to content

Commit a695f8b

Browse files
committed
build: replace black and flake8 by ruff
1 parent 162c642 commit a695f8b

15 files changed

+136
-359
lines changed

.pre-commit-config.yaml

+5-11
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,12 @@ repos:
99
- id: check-toml
1010
- id: check-yaml
1111

12-
- repo: https://github.com/pycqa/flake8
13-
rev: 7.1.2
12+
- repo: https://github.com/astral-sh/ruff-pre-commit
13+
rev: v0.3.0
1414
hooks:
15-
- id: flake8
16-
additional_dependencies:
17-
- flake8-docstrings
18-
- Flake8-pyproject
19-
20-
- repo: https://github.com/psf/black
21-
rev: 25.1.0
22-
hooks:
23-
- id: black
15+
- id: ruff
16+
args: [--fix]
17+
- id: ruff-format
2418

2519
- repo: https://codeberg.org/frnmst/md-toc
2620
rev: 9.0.0

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ ADDED:
88

99
- Add support for Python 3.13
1010

11+
UPDATES:
12+
13+
- Replace black and flake8 with ruff for linting and formatting
14+
1115
# 13.2.4 (2025/03/07)
1216

1317
FIXES:

poetry.lock

+29-204
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)