1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2024-12-21 23:33:13 +00:00

Adjust dev files for borgbase/vorta.borgbase.com#32 (#1585)

* Add `pre-commit` to developer requirements.

* Add virtual python environments to `.gitignore`.

* Update pull request template.

---------

Co-authored-by: real-yfprojects <real-yfprojects@users.noreply.github.com>
This commit is contained in:
yfprojects 2023-02-14 07:38:27 +00:00 committed by GitHub
parent 1b27b9b499
commit 35d9a3b438
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 1 deletions

View file

@ -36,7 +36,9 @@
- [ ] All new and existing tests passed.
*I provide my contribution under the terms of the [license](./../../LICENSE.txt) of this repository and I affirm the Developer Certificate of Origin.*
*I provide my contribution under the terms of the [license](./../../LICENSE.txt) of this repository and I affirm the [Developer Certificate of Origin][dco].*
[dco]: https://developercertificate.org/
<!--
This template is sourced from the awesome https://github.com/TalAter/open-source-templates

5
.gitignore vendored
View file

@ -15,6 +15,11 @@ vorta.egg-info
.vagrant
*.log
htmlcov
# virtual python environments
env
venv
.env
.venv
# Avoid adding translations of source language
# Files are still used by Transifex
src/vorta/i18n/ts/vorta.en.ts

View file

@ -1,3 +1,4 @@
pre-commit
black==22.*
coverage
flake8