Skip to content

Commit edabbb8

Browse files
authored
Merge pull request #90 from pgoslatara/remove-black-dep
2 parents df1a03b + ffed42a commit edabbb8

3 files changed

Lines changed: 96 additions & 184 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ repos:
55
hooks:
66
# Run the linter.
77
- id: ruff
8-
args: [ --select, I, --fix ]
8+
args: [ --select, I, B, --fix ]
99
# Run the formatter.
1010
- id: ruff-format

0 commit comments

Comments
 (0)