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 Feb 22, 2024
1 parent b0fdb67 commit a357172
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/contributing.md.rej
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
diff a/docs/contributing.md b/docs/contributing.md (rejected hunks)
@@ -93,7 +93,7 @@ Before making a release, you need to update the version number in the `pyproject
> Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.

Once you are done, commit and push your changes and navigate to the "Releases" page of this project on GitHub.
-Specify `vX.X.X` as a tag name and create a release. For more information, see [managing Github releases][]. This will automatically create a git tag and trigger a Github workflow that creates a release on PyPI.
+Specify `vX.X.X` as a tag name and create a release. For more information, see [managing GitHub releases][]. This will automatically create a git tag and trigger a Github workflow that creates a release on PyPI.

## Writing documentation

@@ -157,3 +157,4 @@ open _build/html/index.html
[numpydoc]: https://numpydoc.readthedocs.io/en/latest/format.html
[sphinx autodoc typehints]: https://github.com/tox-dev/sphinx-autodoc-typehints
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml.rej
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ diff a/pyproject.toml b/pyproject.toml (rejected hunks)
- "session-info"
+ "session-info",
]

[project.optional-dependencies]
dev = [
"pre-commit",
Expand All @@ -18,7 +18,7 @@ diff a/pyproject.toml b/pyproject.toml (rejected hunks)
@@ -61,12 +61,15 @@ addopts = [
"--import-mode=importlib", # allow using test files with same name
]

-[tool.black]
-line-length = 120
-
Expand All @@ -38,11 +38,11 @@ diff a/pyproject.toml b/pyproject.toml (rejected hunks)
@@ -108,10 +111,10 @@ ignore = [
"D213",
]

-[tool.ruff.pydocstyle]
+[tool.ruff.lint.pydocstyle]
convention = "numpy"

-[tool.ruff.per-file-ignores]
+[tool.ruff.lint.per-file-ignores]
"docs/*" = ["I"]
Expand Down

0 comments on commit a357172

Please # to comment.