File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Some tutorials hosted here are based on [EURO-VO tutorials](https://www.euro-vo.
46
46
47
47
### On your machine
48
48
49
- [ ![ python] ( https://img.shields.io/badge/python-3.8 %20%7C%203.9 %20%7C%203.10 %20%7C%203.11 %20%7C%203.12 -informational )] ( https://www.python.org/downloads/ " https://www.python.org/downloads/ ")
49
+ [ ![ python] ( https://img.shields.io/badge/python-3.9 %20%7C%203.10 %20%7C%203.11 %20%7C%203.12 %20%7C%203.13 -informational )] ( https://www.python.org/downloads/ " https://www.python.org/downloads/ ")
50
50
[ ![ ubuntu] ( https://github.com/cds-astro/tutorials/actions/workflows/notebooks-check_ubuntu.yml/badge.svg )] ( https://github.com/cds-astro/tutorials/actions/workflows/notebooks-check_ubuntu.yml )
51
51
[ ![ windows] ( https://github.com/cds-astro/tutorials/actions/workflows/notebooks-check_windows.yml/badge.svg )] ( https://github.com/cds-astro/tutorials/actions/workflows/notebooks-check_windows.yml )
52
52
[ ![ mac-os] ( https://github.com/cds-astro/tutorials/actions/workflows/notebooks-checks_mac-os.yml/badge.svg )] ( https://github.com/cds-astro/tutorials/actions/workflows/notebooks-checks_mac-os.yml )
Original file line number Diff line number Diff line change @@ -39,12 +39,6 @@ extend-include = [".ipynb"]
39
39
[tool .ruff .flake8-errmsg ]
40
40
max-string-length = 20
41
41
42
- [tool .ruff .flake8-import-conventions ]
43
- # Declare the default aliases.
44
- # seaborn = "sns"
45
- # Declare a custom alias for the `matplotlib` module.
46
- # "dask.dataframe" = "dd"
47
-
48
42
[tool .ruff .pydocstyle ]
49
43
convention = " numpy" # Accepts: "google", "numpy", or "pep257"
50
44
You can’t perform that action at this time.
0 commit comments