Skip to content

Commit ad73ab8

Browse files
committed
Update README.rst
1 parent e9e3adc commit ad73ab8

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

README.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,14 +154,13 @@ To install with ``conda``:
154154
155155
.. end installation
156156
157-
flake8 codes
157+
Flake8 codes
158158
--------------
159159

160160
============== ====================================
161161
Code 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.

0 commit comments

Comments
 (0)