Skip to content

Commit

Permalink
Fix URLs and formats with black>24 (#152)
Browse files Browse the repository at this point in the history
* Updates URLs

* Update ci/cd to deploy on tags

* Updates url and reverst ci/cd changes

* Reformat according to black>24

* Update black version in requirements
  • Loading branch information
domna authored Jan 30, 2024
1 parent 0f31944 commit 60500dd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion dev_tools/docs/xsd_units.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
the NXDL chapter.
"""


from pathlib import Path
from typing import List

Expand Down
2 changes: 1 addition & 1 deletion dev_tools/globals/urls.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
REPO_URL = "https://github.com/nexusformat/definitions/blob/main"
REPO_URL = "https://github.com/FAIRmat-NFDI/nexus_definitions/tree/fairmat"
MANUAL_URL = "https://manual.nexusformat.org"
1 change: 1 addition & 0 deletions dev_tools/tests/test_nxdl_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""This is a code that performs several tests on nexus tool
"""

#
# Copyright The NOMAD Authors.
#
Expand Down
4 changes: 2 additions & 2 deletions manual/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ def setup(app):
'logo_name': True,
'github_button': True,
'github_type': 'watch',
'github_repo': 'nexus_definitions/tree/fairmat',
'github_user': 'FAIRmat-Experimental',
'github_repo': 'nexus_definitions',
'github_user': 'FAIRmat-NFDI',
'github_count': 'false', # We don't get the cute counter baloon if we want to point to the branch
'sidebar_width': '300px',
'body_max_width': 'auto',
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ sphinx_comments
pytest

# Code style and auto-formatting
black>=22.3
black>=24.1.1
flake8>=4
isort>=5.10

0 comments on commit 60500dd

Please sign in to comment.