File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,14 +154,13 @@ To install with ``conda``:
154154
155155.. end installation
156156
157- flake8 codes
157+ Flake8 codes
158158--------------
159159
160160============== ====================================
161161Code Description
162162============== ====================================
163- STRFTIME001 Linux-specific strftime code used
164- STRFTIME002 Windows-specific strftime code used
163+ DALL000 Module lacks __all__.
165164============== ====================================
166165
167166
@@ -178,4 +177,11 @@ Sample ``.pre-commit-config.yaml``:
178177 rev: 3.8.1
179178 hooks:
180179 - id: flake8
181- additional_dependencies: [flake8-strftime==0.1.6]
180+ additional_dependencies: [flake8-dunder-all==0.1.6]
181+
182+ ``ensure-dunder-all `` script
183+
184+ There is also a script which will automatically add __all__ for files which don't have it.
185+
186+ See `the documentation <https://flake8-dunder-all.readthedocs.io/en/latest/usage.html#ensure-dunder-all-script >`_
187+ for details.
You can’t perform that action at this time.
0 commit comments