Skip to content

Commit

Permalink
[AIRFLOW-XXX] Remove flake8 from PR template
Browse files Browse the repository at this point in the history
Since we have pre-commit and flake8 on CI there seems to be no
reason to keep this bullet point in PR template.
  • Loading branch information
turbaszek authored and potiuk committed Sep 4, 2019
1 parent 1384315 commit 54fa1cf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,3 @@ Make sure you have checked _all_ steps below.
- [ ] In case of new functionality, my PR adds documentation that describes how to use it.
- All the public functions and the classes in the PR contain docstrings that explain what it does
- If you implement backwards incompatible changes, please leave a note in the [Updating.md](https://github.com/apache/airflow/blob/master/UPDATING.md) so we can assign it to a appropriate release

### Code Quality

- [ ] Passes `flake8`

0 comments on commit 54fa1cf

Please sign in to comment.