Skip to content

Commit

Permalink
Merge changes I91f71f05,If05f0035
Browse files Browse the repository at this point in the history
* changes:
  Add CLI for maintenance task in Gerrit site
  Add script for running an extended version of git gc
  • Loading branch information
msohn authored and Gerrit Code Review committed Dec 9, 2024
2 parents 1e1183e + acbc7ef commit 7b5e410
Show file tree
Hide file tree
Showing 22 changed files with 1,858 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contrib/maintenance/.flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[flake8]
max-line-length = 80
extend-select = B950
extend-ignore = E203,E402,E501,E701
16 changes: 16 additions & 0 deletions contrib/maintenance/Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[dev-packages]
black = "*"
pytest = "*"
flake8 = "*"
flake8-bugbear = "*"

[requires]
python_version = "3.12"

[pipenv]
allow_prereleases = true
165 changes: 165 additions & 0 deletions contrib/maintenance/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7b5e410

Please sign in to comment.