Skip to content

Commit b7d063c

Browse files
akxWhyNotHugo
authored andcommitted
Use ruff-format for formatting
1 parent 4ffc1b5 commit b7d063c

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ repos:
66
args: [--markdown-linebreak-ext=md]
77
- id: end-of-file-fixer
88
- id: debug-statements
9-
- repo: https://github.com/psf/black
10-
rev: "23.11.0"
11-
hooks:
12-
- id: black
139
- repo: https://github.com/pre-commit/mirrors-mypy
1410
rev: 'v1.7.1'
1511
hooks:
@@ -19,6 +15,7 @@ repos:
1915
hooks:
2016
- id: ruff
2117
args: [--fix, --exit-non-zero-on-fix]
18+
- id: ruff-format
2219
- repo: https://github.com/netromdk/vermin
2320
rev: v1.6.0
2421
hooks:

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2"]
55
write_to = "barcode/version.py"
66
version_scheme = "post-release"
77

8-
[tool.black]
9-
target-version = ['py38']
10-
118
[tool.ruff]
129
select = [
1310
"F",

0 commit comments

Comments
 (0)