Skip to content

Commit

Permalink
Hidden commands and fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsca committed Feb 12, 2024
1 parent 1d38745 commit b8a40d3
Show file tree
Hide file tree
Showing 11 changed files with 188 additions and 289 deletions.
50 changes: 0 additions & 50 deletions .flake8

This file was deleted.

4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ fail_fast: true
repos:
- repo: local
hooks:
- id: flake8
name: flake8
- id: lint
name: lint
entry: make lint
language: system
types: [python]
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ test:

.PHONY: lint
lint:
poetry run flake8 src/proper_cli tests
ruff check src/proper_cli tests

.PHONY: coverage
coverage:
Expand Down
188 changes: 28 additions & 160 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b8a40d3

Please sign in to comment.