Skip to content

Commit b8a40d3

Browse files
committed
Hidden commands and fix formatting
1 parent 1d38745 commit b8a40d3

File tree

11 files changed

+188
-289
lines changed

11 files changed

+188
-289
lines changed

.flake8

Lines changed: 0 additions & 50 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ fail_fast: true
33
repos:
44
- repo: local
55
hooks:
6-
- id: flake8
7-
name: flake8
6+
- id: lint
7+
name: lint
88
entry: make lint
99
language: system
1010
types: [python]

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ test:
44

55
.PHONY: lint
66
lint:
7-
poetry run flake8 src/proper_cli tests
7+
ruff check src/proper_cli tests
88

99
.PHONY: coverage
1010
coverage:

poetry.lock

Lines changed: 28 additions & 160 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)