mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-17 20:51:37 +00:00
Adds a pre-commit config for development that runs several fixers, including YAPF with "google" style and pylint for static analysis. Use of `requirements-dev.txt` appears to be a common pattern for this type of work: https://pypi.org/project/requirements-dev.txt/
8 lines
164 B
Plaintext
8 lines
164 B
Plaintext
# This file contains all requirements needed for GAM development work
|
|
|
|
# Include all build requirements
|
|
-r requirements.txt
|
|
|
|
# Dev-specific requirements
|
|
pre-commit
|