Skip to content

Commit 6f9cfd6

Browse files
committed
불필요 패키지 제거 및 패키지 버전 업데이트
1 parent 169e0cd commit 6f9cfd6

File tree

3 files changed

+971
-919
lines changed

3 files changed

+971
-919
lines changed

backend/.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ default_language_version:
55
default_stages: [pre-commit, pre-push]
66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.6.0
8+
rev: v5.0.0
99
hooks:
1010
- id: check-json
1111
exclude: ^frontend/.*$
@@ -38,22 +38,22 @@ repos:
3838
- --max-line-length=120
3939
- --max-complexity=18
4040
- repo: https://github.com/psf/black
41-
rev: 24.8.0
41+
rev: 24.10.0
4242
hooks:
4343
- id: black
4444
language_version: python3.12
4545
args:
4646
- --line-length=120
4747
- repo: https://github.com/PyCQA/bandit
48-
rev: '1.7.9'
48+
rev: '1.7.10'
4949
hooks:
5050
- id: bandit
5151
- repo: https://github.com/PyCQA/isort
5252
rev: '5.13.2'
5353
hooks:
5454
- id: isort
5555
- repo: https://github.com/pre-commit/mirrors-mypy
56-
rev: 'v1.11.2'
56+
rev: 'v1.13.0'
5757
hooks:
5858
- id: mypy
5959
args:

0 commit comments

Comments
 (0)