Skip to content

Commit

Permalink
Updates flake8-rst-docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Nov 20, 2019
1 parent b5bdec3 commit 4223e0d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ flake8-logging-format = "^0.6"
flake8-broken-line = "^0.1"
flake8-print = "^3.1.4"
flake8-annotations-complexity = "^0.0.2"
flake8-rst-docstrings = "^0.0.11"
flake8-rst-docstrings = "^0.0.12"
flake8-executable = "^2.0"
pep8-naming = "^0.9.1"
radon = '^2.4'
Expand Down
2 changes: 1 addition & 1 deletion tests/test_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'T001', # flake8-print
'T100', # flake8-debugger
'TAE002', # flake8-annotations-complexity
'RST299', # flake8-rst-docstrings
'RST215', # flake8-rst-docstrings
'EXE003', # flake8-executable
'DAR101', # darglint
)
Expand Down

0 comments on commit 4223e0d

Please sign in to comment.