Skip to content

Commit 0d4787a

Browse files
committed
Version 0.1.9
Bug: #305 Change-Id: If38d3510de6bf4767f37cbc63867d1296d3341e7
1 parent 58e72cb commit 0d4787a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+2
-1457
lines changed

.github/workflows/black.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
python -m pip install --upgrade pip
2929
pip install -r requirements.txt
3030
pip install -r requirements_dev.txt
31-
pip install -e .[dev]
3231
- name: Formatting the code with Black
3332
run: |
3433
black $(git ls-files '*.py')

.github/workflows/pylint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
python -m pip install --upgrade pip
2424
pip install -r requirements.txt
2525
pip install -r requirements_dev.txt
26-
pip install -e .[dev]
2726
- name: Analysing the code with Pylint
2827
run: |
2928
pylint $(git ls-files '*.py')

.github/workflows/pytest.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/unittest.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
python -m pip install --upgrade pip
2424
pip install -r requirements.txt
2525
pip install -r requirements_dev.txt
26-
pip install -e .[dev]
27-
- name: Analysing the code with Pylint
26+
- name: Analysing the code with Python unittest
2827
run: |
2928
python -m unittest $(git ls-files 'cog/tests/*.py')
3029
python -m unittest $(git ls-files 'tests/unittest/*.py')

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name = "scaict-uwu"
66
# PEP 440
77
# @see https://sethmlarson.dev/pep-440
8-
version = "0.1.9.dev0"
8+
version = "0.1.9"
99
description = "A cat living in SCAICT Discord server."
1010
readme.file = "README.md"
1111
readme.content-type = "text/markdown"

src/scaict_uwu/__init__.py

Whitespace-only changes.

src/scaict_uwu/bot.py

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/scaict_uwu/core/__init__.py

Whitespace-only changes.

src/scaict_uwu/core/bot/__init__.py

Whitespace-only changes.

src/scaict_uwu/core/bot/channels/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)