-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Replace linting tools with ruff * Ruff auto-fixes * Fix lint errors in app.py and DataDocMetadata.py * Use 3.11 in workflow * Fix lint errors in DatasetParser.py * Add import annotations where needed * Fix lint errors in ModelBackwardsCompatibility.py * Fix lint errors in StorageAdapter.py * Remove unused code * Fix tests * Fix lint errors in callbacks package * Fix lint errors in fields package * Fix lint errors in components package * Fix lint errors in tests package * Tidy final lint errors * Rename to datadoc_metadata.py * Rename to dataset_parser.py * Rename to model_backwards_compatibility.py * Rename to storage_adapter.py * Rename to alerts.py * Fix tests * Rename to builders.py * Rename to control_bars.py * Rename to dataset_tab.py * Rename to variables_tab.py * Rename to display_base.py * Rename to display_dataset.py * Rename to display_variables.py * Add VSCode config to gitignore * Actually rename files
- Loading branch information
Showing
51 changed files
with
1,430 additions
and
1,329 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
from datadoc.app import main # noqa | ||
"""Datadoc: Document datasets in Statistics Norway.""" | ||
|
||
from datadoc.app import main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.