Skip to content

Commit 2948857

Browse files
committed
Use ruff-format instead of black
1 parent 66d0ae5 commit 2948857

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ bump-utils: # Bump notifications-utils package to latest version
2626
.PHONY: test
2727
test: ## Run tests
2828
ruff check .
29-
black --check .
29+
ruff format --check .
3030
pytest
3131

3232
.PHONY: integration-test

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
55
For usage and documentation see https://docs.notifications.service.gov.uk/python.html
66
"""
7+
78
import ast
89
import re
910

0 commit comments

Comments
 (0)