Skip to content

Commit

Permalink
🔄 synced file(s) with klaasnicolaas/github-config (#457)
Browse files Browse the repository at this point in the history
* 🔄 synced local '.gitignore' with remote 'python_package/.gitignore'

* 🔄 synced local '.yamllint' with remote 'python_package/.yamllint'

* 🔄 synced local '.github/' with remote 'github/'
  • Loading branch information
klaasnicolaas authored Oct 3, 2023
1 parent 1d9600b commit 0c89b4c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
description: "A breaking change for existing users."
- name: "bug"
color: fc2929
description: "Inconsistencies or issues which will cause a problem for users or implementors."
description: "Inconsistencies or issues which will cause a problem for users."
- name: "bugfix"
color: ededed
description: "Fixing a bug."
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,4 @@ venv.bak/
.pyre/

setup.py
app/data/*.json
.python-version
1 change: 1 addition & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
ignore: |
.venv/lib
.copier-answers.yml
rules:
braces:
level: error
Expand Down

0 comments on commit 0c89b4c

Please sign in to comment.