Skip to content

Commit

Permalink
Added .pylintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
amalnanavati committed Aug 17, 2023
1 parent 3d47e3d commit 48a0eca
Show file tree
Hide file tree
Showing 2 changed files with 644 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# Before opening a pull request
- [ ] Format your code using [black formatter](https://black.readthedocs.io/en/stable/) `python3 -m black .`
- [ ] Run your code through [pylint](https://pylint.readthedocs.io/en/latest/) and address (most) warnings/errors: `pylint --recursive=y .`
- [ ] Run your code through [pylint](https://pylint.readthedocs.io/en/latest/) and address all warnings/errors. The only warnings that are acceptable to not address is TODOs that should be addressed in a future PR. From the top-level `ada_feeding` directory, run: `pylint --recursive=y --rcfile=.pylintrc .`.

# Before Merging
- [ ] `Squash & Merge`
Loading

0 comments on commit 48a0eca

Please sign in to comment.