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.
--quiet
False
1 parent 985b383 commit 37fa474Copy full SHA for 37fa474
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+## [Unpublished]
4
+
5
+- Changed
6
+ - Reverted the default behavior of `--quiet` to be `False`
7
8
## [0.6.6] - 2025-04-16
9
10
- Fixed
pydoclint/main.py
@@ -49,7 +49,7 @@ def validateStyleValue(
49
'-q',
50
'--quiet',
51
is_flag=True,
52
- default=True,
+ default=False,
53
help='If True, do not print the file names being checked to the terminal.',
54
)
55
@click.option(
0 commit comments