Skip to content

Commit 58d5309

Browse files
committed
disclaimer on pre-commit
1 parent a29e932 commit 58d5309

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
14
repos:
25
- repo: https://github.com/pre-commit/pre-commit-hooks
36
rev: v6.0.0
@@ -14,6 +17,7 @@ repos:
1417
args: ["--allow-multiple-documents"]
1518
- id: check-toml
1619
- id: detect-private-key
20+
1721
- repo: local
1822
hooks:
1923
- id: black

0 commit comments

Comments
 (0)