Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add poetry as pre-commit hook #2511

Merged
merged 31 commits into from
Nov 29, 2021
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
18443e7
added pre-commit hooks for check & lock
Cielquan Jun 6, 2020
691c250
added pre-commit hook for export requirements.txt
Cielquan Jun 6, 2020
42deba2
added pre-commit hooks to docs
Cielquan Jun 6, 2020
c41384e
fixed linting issues
Cielquan Jun 6, 2020
0538b80
separated pre-commit-hooks by one line
Cielquan Jun 6, 2020
7dac12d
fixed typo in cli.md
Cielquan Jun 6, 2020
66f2d2c
changed default of poetry-export hook to export to file
Cielquan Jun 6, 2020
d466aa2
renamed CLI command to poetry command in pre-commit-hooks.md
Cielquan Jun 6, 2020
100ce8b
updated docs for poetry-export hook to match new default
Cielquan Jun 6, 2020
31d5b4e
Added note for pre-commit args
Cielquan Jun 18, 2020
74a5e11
fixed linting issues in docs
Cielquan Jun 18, 2020
006d43d
docs: added example for exporting dev deps
Cielquan Nov 7, 2020
5ac36ba
Merge branch 'master' into feature/pre-commit-hooks
Cielquan May 12, 2021
a570e84
add pre-commit hook to check pre-commit-hooks file
Cielquan Jun 5, 2021
3cd355f
Merge branch 'master' into feature/pre-commit-hooks
Cielquan Jun 5, 2021
5c5ccda
update docs for new doc setup
Cielquan Jun 5, 2021
6c2db9f
remove readded mkdocs.yml
Cielquan Jun 5, 2021
fdb12c1
add yml config part to added docs file
Cielquan Jun 5, 2021
9a479f9
add 'files' constraint to pre-commit hooks
Cielquan Jun 5, 2021
c5a59a2
Merge branch 'master' into feature/pre-commit-hooks
Cielquan Nov 28, 2021
33576c6
Update docs/pre-commit-hooks.md
Cielquan Nov 29, 2021
7d1a99c
Update docs/pre-commit-hooks.md
Cielquan Nov 29, 2021
fd36526
Update docs/pre-commit-hooks.md
Cielquan Nov 29, 2021
e550c53
Update docs/pre-commit-hooks.md
Cielquan Nov 29, 2021
4b38d72
Update docs/pre-commit-hooks.md
Cielquan Nov 29, 2021
f317b2d
Update docs/cli.md
Cielquan Nov 29, 2021
bd41232
Update docs/pre-commit-hooks.md
Cielquan Nov 29, 2021
847d95b
Update docs/cli.md
Cielquan Nov 29, 2021
01696db
Update docs/cli.md
Cielquan Nov 29, 2021
e9816c3
Update docs/pre-commit-hooks.md
Cielquan Nov 29, 2021
0152439
Update docs/pre-commit-hooks.md
neersighted Nov 29, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
changed default of poetry-export hook to export to file
  • Loading branch information
Cielquan committed Oct 26, 2020
commit 66f2d2c533a2cbe9911ae692783c7ed875d36d57
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
language: python
language_version: python3
pass_filenames: false
args: ["-f", "requirements.txt"]
args: ["-f", "requirements.txt", "-o", "requirements.txt"]
Cielquan marked this conversation as resolved.
Show resolved Hide resolved