Skip to content

Commit 22704a6

Browse files
committed
temp
1 parent d26310b commit 22704a6

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

.pre-commit-config.yaml

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
1-
- repo: https://github.com/astral-sh/ruff-pre-commit
2-
# Ruff version.
3-
rev: v0.1.4
4-
hooks:
5-
# Run the linter.
6-
- id: ruff
7-
# Run the formatter.
8-
- id: ruff-format
1+
repos:
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v4.6.0
4+
hooks:
5+
- id: trailing-whitespace
6+
- id: end-of-file-fixer
7+
- id: check-yaml
8+
- id: check-merge-conflict
9+
- id: detect-private-key
10+
- id: debug-statements
11+
12+
- repo: https://github.com/astral-sh/ruff-pre-commit
13+
# Ruff version.
14+
rev: v0.1.4
15+
hooks:
16+
# Run the linter.
17+
- id: ruff
18+
# Run the formatter.
19+
- id: ruff-format

ydb_dbapi/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
import ydb
22

3+
a = 5

0 commit comments

Comments
 (0)