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.
flake8
1 parent e30b4eb commit 465b820Copy full SHA for 465b820
.flake8
@@ -14,7 +14,9 @@ exclude =
14
./docs
15
./.yarn
16
./node_modules
17
+ ./dash_file_cache_components
18
./dash_file_cache/components/_imports_.py
19
./dash_file_cache/components/PlainDownloader.py
20
+ ./dash_file_cache/components/Downloader.py
21
./_validate_init.py
22
./alpha-*.py
Changelog.md
@@ -22,6 +22,7 @@
23
1. Drop the legacy `components.downloader` module because it has been replaced by `components.PlainDownloader` now.
24
2. Update the `examples/download_file` to match the usage of the new `Downloader` component.
25
+3. Update the `.flake8` configurations.
26
27
### 0.1.2 @ 10/13/2024
28
0 commit comments