이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
ben
/
earwigbot
의 미러
https://github.com/earwig/earwigbot
보기
1
좋아요
1
포크
0
코드
릴리즈
4
활동
소스 검색
Bump ruff
tags/v0.4
Ben Kurtovic
2 달 전
부모
2936ffbf5f
커밋
ada55eb4b1
4개의 변경된 파일
과
6개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.pre-commit-config.yaml
+3
-0
pyproject.toml
+1
-0
tests/conftest.py
+1
-0
tests/test_calc.py
+ 1
- 1
.pre-commit-config.yaml
파일 보기
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.
5.4
rev: v0.
6.2
hooks:
- id: ruff
args: [--fix]
+ 3
- 0
pyproject.toml
파일 보기
@@ -69,3 +69,6 @@ target-version = "py311"
[tool.ruff.lint]
select = ["E4", "E7", "E9", "F", "I", "UP"]
ignore = ["F403"]
[tool.ruff.lint.isort]
known-first-party = ["conftest"]
+ 1
- 0
tests/conftest.py
파일 보기
@@ -42,6 +42,7 @@ from collections.abc import Iterable, Sequence
from threading import Lock
import pytest
from earwigbot.bot import Bot
from earwigbot.commands import Command
from earwigbot.config import BotConfig
+ 1
- 0
tests/test_calc.py
파일 보기
@@ -19,6 +19,7 @@
# SOFTWARE.
import pytest
from conftest import MockCommand
from earwigbot.commands.calc import Calc
쓰기
미리보기
불러오는 중...
취소
저장