Skip to content

Commit bca36c6

Browse files
ci: weekly check. (#1807)
* ci: weekly check. updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.11 → v0.14.13](astral-sh/ruff-pre-commit@v0.14.11...v0.14.13) - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.1.0](psf/black-pre-commit-mirror@25.12.0...26.1.0) * ci: correct from checks. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 486fd96 commit bca36c6

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ repos:
3030
- id: check-merge-conflict
3131
name: Merge Conflicts
3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: 'v0.14.11'
33+
rev: 'v0.14.13'
3434
hooks:
3535
- id: ruff
3636
args: [--fix, --exit-non-zero-on-fix]
3737
language: python
3838
- repo: https://github.com/psf/black-pre-commit-mirror
39-
rev: 25.12.0
39+
rev: 26.1.0
4040
hooks:
4141
- id: black
4242
name: Black Formatting

interactions/client/utils/formatting.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import enum
22
from typing import Optional
33

4-
54
__all__ = (
65
"AnsiBackgrounds",
76
"AnsiColors",

tests/test_contexts.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from discord_typings import UserData
99
import pytest
1010

11-
1211
__all__ = ()
1312

1413

0 commit comments

Comments
 (0)