This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Fix command
master
10sr
5 years ago
parent
b50b1edfd2
commit
21b4b6a787
Signed by:
10sr
GPG Key ID:
7BEC428194130EB2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
emacs.el
+ 1
- 1
emacs.el
View File
@@ -2295,7 +2295,7 @@ Any output will be written to current buffer."
(flycheck-define-checker python-pydocstyle
"Docstring style checker."
:command ("python
3
" "-m" "pydocstyle"
:command ("python" "-m" "pydocstyle"
source-inplace)
:error-patterns
(
Write
Preview
Loading…
Cancel
Save