Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkahan committed Aug 24, 2023
1 parent 593684c commit adbbefa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build
on: [push]
on: push

permissions:
actions: write
Expand Down Expand Up @@ -39,6 +39,6 @@ jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Format commits
uses: pre-commit-ci/lite-action@v1.0.1
if: always()
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/action@v3.0.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@ The tests are all written with pytest. You run them with:
make test
```

We use [Black](https://black.readthedocs.io/en/stable/index.html) for code formatting, with our config in the `pyproject.toml` file. Please make sure your PRs follow this format.
We use [Black](https://black.readthedocs.io/en/stable/index.html) for code formatting, with our config in the `pyproject.toml` file.

## License

Expand Down

0 comments on commit adbbefa

Please sign in to comment.