pre-commit tool
This commit is contained in:
11
.pre-commit-config.yaml
Normal file
11
.pre-commit-config.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
repos:
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.8.0
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: [ --fix ]
|
||||
- id: ruff-format
|
||||
- repo: https://github.com/pycqa/isort
|
||||
rev: 5.12.0
|
||||
hooks:
|
||||
- id: isort
|
||||
@@ -1,3 +1,3 @@
|
||||
bs4==0.0.2
|
||||
requests==2.32.3
|
||||
|
||||
pre_commit==4.0.1
|
||||
requests==2.32.3
|
||||
Reference in New Issue
Block a user