Skip to content

Commit

Permalink
change formatter to black
Browse files Browse the repository at this point in the history
  • Loading branch information
latekvo committed Apr 15, 2024
1 parent b4800cc commit 44b0e18
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 23 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Python Black

on: [push]

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9"]
steps:
- uses: cytopia/docker-black@0.11
23 changes: 0 additions & 23 deletions .github/workflows/pylint.yml

This file was deleted.

0 comments on commit 44b0e18

Please sign in to comment.