Skip to content

Commit

Permalink
update liniting and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusSagen committed Dec 8, 2023
1 parent f7454ed commit 9ea080e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
PROJECT_NAME: copilot
PYTHON_VERSION: "3.11.2"
PYTHON_VERSION: "3.10.10"

jobs:
install_dependencies:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Run Code Linting
run: |
ruff --output-format=github --fix --unsafe-fixes src
ruff --output-format=github --fix --preview --unsafe-fixes src
make lint
unit_tests:
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ deploy: build
.PHONY: lint
lint: pre-commit


.PHONY: test
test:
poetry run pytest -vv --disable-warnings src/tests/
poetry run pytest -vv --disable-warnings tests/

.PHONY: clean
clean:
Expand Down

0 comments on commit 9ea080e

Please sign in to comment.