Skip to content

Commit

Permalink
🔒️ Update pre-commit rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Namgyu-Youn committed Jan 9, 2025
1 parent 7e4290d commit 9a83b54
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 26 deletions.
6 changes: 0 additions & 6 deletions .github/dependabot.yml

This file was deleted.

8 changes: 1 addition & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ exclude: |
(?x)(
# 문서 파일
^.*\.md$|
^.*\.json$|
^docs/|
# 노트북 및 실험 파일
Expand Down Expand Up @@ -49,14 +48,9 @@ repos:
- id: check-added-large-files
args: ['--maxkb=1024']

- repo: https://github.com/psf/black
rev: 24.10.0
hooks:
- id: black
args: ["--config", "pyproject.toml"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.6
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
args: [--fix, --exit-non-zero-on-fix]
7 changes: 0 additions & 7 deletions dependabot.yml

This file was deleted.

6 changes: 0 additions & 6 deletions requirements.txt

This file was deleted.

0 comments on commit 9a83b54

Please sign in to comment.