Skip to content

Commit

Permalink
Removing flake8 job. (#2580)
Browse files Browse the repository at this point in the history
* Removing flake8 job.

* Updating mail map with my info

* Removing extra white space

* fixing email
  • Loading branch information
KasukabeDefenceForce authored Apr 14, 2024
1 parent 2d661c3 commit de9f29b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
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

0 comments on commit de9f29b

Please sign in to comment.