diff --git a/.github/labels.yml b/.github/labels.yml index 60a15cd..ca7f64d 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -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." diff --git a/.gitignore b/.gitignore index 1937314..04c4e55 100644 --- a/.gitignore +++ b/.gitignore @@ -127,5 +127,4 @@ venv.bak/ .pyre/ setup.py -app/data/*.json .python-version diff --git a/.yamllint b/.yamllint index a9282e2..effe6aa 100644 --- a/.yamllint +++ b/.yamllint @@ -1,6 +1,7 @@ --- ignore: | .venv/lib + .copier-answers.yml rules: braces: level: error