Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 16, 2024
1 parent e36e003 commit 54315ae
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion dandischema/consts.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
DANDI_SCHEMA_VERSION = "0.7.0"
ALLOWED_INPUT_SCHEMAS = ["0.4.4", "0.5.1", "0.5.2", "0.6.0", "0.6.1", "0.6.2", "0.6.3", "0.6.4"]
ALLOWED_INPUT_SCHEMAS = [
"0.4.4",
"0.5.1",
"0.5.2",
"0.6.0",
"0.6.1",
"0.6.2",
"0.6.3",
"0.6.4",
]

# ATM we allow only for a single target version which is current
# migrate has a guard now for this since it cannot migrate to anything but current
Expand Down

0 comments on commit 54315ae

Please sign in to comment.