Skip to content

Commit 465b820

Browse files
committed
0.2.0 - update flake8 configs
Update the `.flake8` configurations.
1 parent e30b4eb commit 465b820

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.flake8

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ exclude =
1414
./docs
1515
./.yarn
1616
./node_modules
17+
./dash_file_cache_components
1718
./dash_file_cache/components/_imports_.py
1819
./dash_file_cache/components/PlainDownloader.py
20+
./dash_file_cache/components/Downloader.py
1921
./_validate_init.py
2022
./alpha-*.py

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
1. Drop the legacy `components.downloader` module because it has been replaced by `components.PlainDownloader` now.
2424
2. Update the `examples/download_file` to match the usage of the new `Downloader` component.
25+
3. Update the `.flake8` configurations.
2526

2627
### 0.1.2 @ 10/13/2024
2728

0 commit comments

Comments
 (0)