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 a29e932 commit 58d5309Copy full SHA for 58d5309
.pre-commit-config.yaml
@@ -1,3 +1,6 @@
1
+# This pre-commit config is mainly aimed at formatting and linting the Python files in python-objectstore-client.
2
+# However, pre-commit requires this file to be placed at the root of the repository.
3
+
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
rev: v6.0.0
@@ -14,6 +17,7 @@ repos:
14
17
args: ["--allow-multiple-documents"]
15
18
- id: check-toml
16
19
- id: detect-private-key
20
21
- repo: local
22
hooks:
23
- id: black
0 commit comments