Skip to content

Commit 8828c4a

Browse files
committed
Rmv ruff format
1 parent 7800bce commit 8828c4a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.pre-commit-config.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: v0.11.2
4+
rev: v0.11.7
55
hooks:
66
# Run the linter.
7-
- id: ruff
8-
# Run the formatter.
9-
- id: ruff-format
7+
- id: ruff

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ version = { attr = "CADETPythonSimulator.__version__" }
6868

6969
[tool.ruff]
7070
# Same as Black.
71+
src = ["CADETPythonSimulator"]
7172
line-length = 88
7273
indent-width = 4
7374

0 commit comments

Comments
 (0)