Skip to content

Commit

Permalink
Feature/add black linting (instabase#7)
Browse files Browse the repository at this point in the history
* Add linter workflow

* Experimenting with pipeline

* Update black pipeine

* Testing linter

* Testing linter

* Testing linter

* Commit black linting changes

* Do not commit lint changes

* Add black to dev requirements

* Linting

* Update .github/workflows/linter.yaml

Co-authored-by: Ben Hope <bnjhope1@gmail.com>

---------

Co-authored-by: GitHub Actions <no-reply@github.com>
Co-authored-by: Ben Hope <bnjhope1@gmail.com>
  • Loading branch information
3 people authored May 13, 2024
1 parent b9b20bd commit e71d555
Show file tree
Hide file tree
Showing 9 changed files with 1,083 additions and 890 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Lint

on: [push, pull_request]

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
Loading

0 comments on commit e71d555

Please sign in to comment.