Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
vegu committed Feb 28, 2024
1 parent 930128c commit 3caa508
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,9 @@ jobs:
- uses: actions/checkout@v2
- name: Install virtualenv from poetry
uses: 20c/workflows/poetry@v1
# poetry run pre-commit run --all-files
- name: Run linters
run: |
poetry run isort .
poetry run black --check src/
# poetry run pre-commit run --all-files
poetry run pre-commit run --all-files
test:
needs: linting
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Please refer to [docs/dev/monitors.md](docs/dev/monitors.md) for the development

## License

Copyright (c) FullCtl, LLC
Copyright (c) 20C, LLC
Copyright (c) FullCtl, LLC
Copyright (c) 20C, LLC

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this softare except in compliance with the License.
Expand Down

0 comments on commit 3caa508

Please sign in to comment.