Skip to content

Commit efc53e3

Browse files
committed
Merge branch 'master' of github.com:mongodb/mongo-python-driver
2 parents ecd548f + 7a0afcf commit efc53e3

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ repos:
1818
exclude: .patch
1919
exclude_types: [json]
2020

21+
- repo: https://github.com/astral-sh/ruff-pre-commit
22+
# Ruff version.
23+
rev: v0.1.3
24+
hooks:
25+
- id: ruff
26+
args: ["--fix", "--show-fixes"]
27+
- id: ruff-format
28+
2129
- repo: local
2230
hooks:
2331
- id: synchro
@@ -30,14 +38,6 @@ repos:
3038
- ruff==0.1.3
3139
- unasync
3240

33-
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
# Ruff version.
35-
rev: v0.1.3
36-
hooks:
37-
- id: ruff
38-
args: ["--fix", "--show-fixes"]
39-
- id: ruff-format
40-
4141
- repo: https://github.com/adamchainz/blacken-docs
4242
rev: "1.16.0"
4343
hooks:

uv.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)