Skip to content

Commit

Permalink
chore: misc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Sn1F3rt committed Oct 18, 2024
1 parent bc8b3f8 commit 8f3cb54
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install ruff
# Update output format to enable automatic inline annotations.
- name: Run Ruff
run: ruff check --select I --no-fix .
- name: Format
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.7.0
hooks:
- id: ruff
args: [--select I, --no-fix]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "RoboNerva"
version = "1.0.0"
description = "Add your description here"
description = "Community manager bot for the Nerva Community."
license = "GPL-3.0"
authors = [
{ name="Sayan Bhattacharyya", email="sayan@sn1f3rt.dev" },
Expand Down

0 comments on commit 8f3cb54

Please sign in to comment.