Skip to content

Commit

Permalink
Update linter requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Shah, Karan <[email protected]>
  • Loading branch information
MasterSkepticista committed Jul 10, 2024
1 parent 51a32d1 commit 4e3165e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Lint
name: Check code format

on:
pull_request:
Expand All @@ -26,5 +26,4 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements-linters.txt
- name: Lint using built-in script
run: |
./shell/lint.sh
run: bash shell/lint.sh
15 changes: 1 addition & 14 deletions requirements-linters.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
isort
black
flake8
flake8-broken-line
flake8-bugbear
flake8-builtins
flake8-comprehensions
flake8-copyright
flake8-docstrings
flake8-eradicate
flake8-import-order
flake8-import-single
flake8-quotes
flake8-use-fstring
pep8-naming
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
flake8

0 comments on commit 4e3165e

Please sign in to comment.