We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26310b commit 22704a6Copy full SHA for 22704a6
.pre-commit-config.yaml
@@ -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
+repos:
+ - repo: https://github.com/pre-commit/pre-commit-hooks
+ rev: v4.6.0
+ hooks:
+ - id: trailing-whitespace
+ - id: end-of-file-fixer
+ - id: check-yaml
+ - 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
16
+ # Run the linter.
17
+ - id: ruff
18
+ # Run the formatter.
19
+ - id: ruff-format
ydb_dbapi/__init__.py
@@ -1,2 +1,3 @@
import ydb
+a = 5
0 commit comments