Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

feat: Black formatting for pushes and pull requests #303

Closed
1 task done
needlesslygrim opened this issue Aug 31, 2022 · 1 comment
Closed
1 task done

feat: Black formatting for pushes and pull requests #303

needlesslygrim opened this issue Aug 31, 2022 · 1 comment
Labels
enhancement New feature or request feature-request

Comments

@needlesslygrim
Copy link
Contributor

Feature description

Using the black GitHub action:

name: Lint

on: [push, pull_request]

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

This would make sure all code style is the same no matter who contributes it.

Additional Context

Here's some more information about the template

Did you read the Code of Conduct?

@0xMRTT
Copy link
Member

0xMRTT commented Aug 31, 2022

There is already a linter which run only on PR

@0xMRTT 0xMRTT closed this as completed Aug 31, 2022
@daudix daudix moved this to Done in Gradience Oct 27, 2022
@daudix daudix added this to Gradience Oct 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request feature-request
Projects
Status: Done
Development

No branches or pull requests

2 participants