File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # GitHub Action Workflow enforcing our code style.
1+ # GitHub Action workflow enforcing our code style.
22
33name : Lint
44
99 branches :
1010 - main
1111 pull_request :
12+
1213# Brand new concurrency setting! This ensures that not more than one run can be triggered for the same commit.
1314# It is useful for pull requests coming from the main repository since both triggers will match.
1415concurrency : lint-${{ github.sha }}
Original file line number Diff line number Diff line change 1- # # Pre-commit setup
1+ # Pre-commit configuration.
22# See https://github.com/python-discord/code-jam-template/tree/main#pre-commit-run-linting-before-committing
33
44repos :
Original file line number Diff line number Diff line change 1+ # Sample Pipfile.
2+
13[[source ]]
24url = " https://pypi.org/simple"
35verify_ssl = true
Original file line number Diff line number Diff line change 1+ # Sample poetry configuration.
2+
13[tool .poetry ]
24name = " Name"
35version = " 0.1.0"
4- description = " "
6+ description = " Description "
57authors = [" Author 1 <email@mail.com>" ]
68license = " MIT"
79
You can’t perform that action at this time.
0 commit comments