Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Add Garnet rank color (#198)
Browse files Browse the repository at this point in the history
* Add Garnet rank color

* Remove --diff flag from flake call in CI

This flag has been deprecated.
  • Loading branch information
TimJentzsch authored Jan 26, 2023
1 parent bba030a commit 2d6acc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ jobs:
pip install --upgrade pip
pip install flake8 pyflakes pycodestyle
- name: Run Static Analysis
run: |
/usr/bin/git diff -u ${{ github.event.pull_request.base.sha }} | flake8 --diff
run: flake8
1 change: 1 addition & 0 deletions buttercup/cogs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@
{"name": "Topaz", "threshold": 5000, "color": "#ff7d4d"},
{"name": "Jade", "threshold": 10000, "color": "#31c831"},
{"name": "Sapphire", "threshold": 20000, "color": "#99afef"},
{"name": "Garnet", "threshold": 30000, "color": "#ff8f8f"},
]

0 comments on commit 2d6acc3

Please sign in to comment.