Skip to content

Commit 055a110

Browse files
committed
Switch to ruff format
1 parent def0987 commit 055a110

File tree

3 files changed

+466
-493
lines changed

3 files changed

+466
-493
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
- repo: local
33
hooks:
4-
- id: black
4+
- id: ruff-format
55
language: python
6-
name: black
6+
name: ruff-format
77
pass_filenames: false
88
language_version: python3.8
9-
entry: poetry run black fastapi_pagination docs_src tests
9+
entry: poetry run ruff format fastapi_pagination docs_src tests
1010

1111
- repo: local
1212
hooks:

0 commit comments

Comments
 (0)