Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing flake8 job. #2580

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 2 additions & 19 deletions .github/workflows/codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ name: codestyle
on:
push:
branches:
- '*'
- "*"

pull_request:
branches:
- '*'
- "*"

jobs:
black:
Expand All @@ -29,20 +29,3 @@ jobs:

- name: Run Black
run: black --check tardis

flake8:
if: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.x

- name: Install Flake8
run: pip install flake8==4.0.1 pep8-naming==0.12.1

- name: Run Flake8
run: flake8 tardis
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
AbhinavOhri <[email protected]>
Abhishek Patidar <[email protected]>
Adam Suban-Loewen <[email protected]>

Expand Down
Loading