File tree 6 files changed +6
-2
lines changed
6 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ ignore = [
140
140
" TID252" , # if we're going to use relative imports, use them always
141
141
" TRY003" , # good general advice but lint is way too aggressive
142
142
" TRY301" , # sometimes raising exceptions inside try is the best flow
143
+ " UP040" , # Python 3.12 supports `type` alias kw, but mypy doesn't yet
143
144
144
145
# The following settings should be disabled when using ruff format
145
146
# per https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ ignore = [
140
140
" TID252" , # if we're going to use relative imports, use them always
141
141
" TRY003" , # good general advice but lint is way too aggressive
142
142
" TRY301" , # sometimes raising exceptions inside try is the best flow
143
+ " UP040" , # Python 3.12 supports `type` alias kw, but mypy doesn't yet
143
144
144
145
# The following settings should be disabled when using ruff format
145
146
# per https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
Original file line number Diff line number Diff line change @@ -176,6 +176,7 @@ ignore = [
176
176
" TID252" , # if we're going to use relative imports, use them always
177
177
" TRY003" , # good general advice but lint is way too aggressive
178
178
" TRY301" , # sometimes raising exceptions inside try is the best flow
179
+ " UP040" , # Python 3.12 supports `type` alias kw, but mypy doesn't yet
179
180
180
181
# The following settings should be disabled when using ruff format
181
182
# per https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
Original file line number Diff line number Diff line change @@ -176,6 +176,7 @@ ignore = [
176
176
" TID252" , # if we're going to use relative imports, use them always
177
177
" TRY003" , # good general advice but lint is way too aggressive
178
178
" TRY301" , # sometimes raising exceptions inside try is the best flow
179
+ " UP040" , # Python 3.12 supports `type` alias kw, but mypy doesn't yet
179
180
180
181
# The following settings should be disabled when using ruff format
181
182
# per https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ series_id = "TESTN"
4
4
canonical_url = " https://testn-000.lsst.io"
5
5
github_url = " https://github.com/lsst/testn-000"
6
6
github_default_branch = " main"
7
- date_created = 2024-04-26T21:58:10Z
7
+ date_created = 2024-06-26T14:19:51Z
8
8
organization.name = " Vera C. Rubin Observatory"
9
9
organization.ror = " https://ror.org/048g3cy84"
10
10
license.id = " CC-BY-4.0"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ series_id = "TESTN"
4
4
canonical_url = " https://testn-000.lsst.io"
5
5
github_url = " https://github.com/lsst/testn-000"
6
6
github_default_branch = " main"
7
- date_created = 2024-04-26T21:58:10Z
7
+ date_created = 2024-06-26T14:19:51Z
8
8
organization.name = " Vera C. Rubin Observatory"
9
9
organization.ror = " https://ror.org/048g3cy84"
10
10
license.id = " CC-BY-4.0"
You can’t perform that action at this time.
0 commit comments