Skip to content

Commit

Permalink
remove flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel-Dijoux committed Jan 23, 2024
1 parent b7b58a5 commit 32d3f49
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 40 deletions.
7 changes: 0 additions & 7 deletions .flake8

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/flake8.yml

This file was deleted.

13 changes: 13 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Ruff

on: [push]

jobs:
ruff-check:
runs-on: ubuntu-latest
name: check
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
with:
args: "--config=./pyproject.toml"
12 changes: 6 additions & 6 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 32d3f49

Please sign in to comment.