Skip to content

Commit 8f3cb54

Browse files
committed
chore: misc updates
1 parent bc8b3f8 commit 8f3cb54

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/ruff.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
run: |
1616
python -m pip install --upgrade pip
1717
pip install ruff
18-
# Update output format to enable automatic inline annotations.
1918
- name: Run Ruff
2019
run: ruff check --select I --no-fix .
2120
- name: Format

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.6.9
3+
rev: v0.7.0
44
hooks:
55
- id: ruff
66
args: [--select I, --no-fix]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "RoboNerva"
33
version = "1.0.0"
4-
description = "Add your description here"
4+
description = "Community manager bot for the Nerva Community."
55
license = "GPL-3.0"
66
authors = [
77
{ name="Sayan Bhattacharyya", email="sayan@sn1f3rt.dev" },

0 commit comments

Comments
 (0)