You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactoring/406 add poetry to formatting ignore list (#418)
* Fix poetry pyproject.toml to pass poetry check & resolve minor type issue instead of ignoring whole file
* Fix unreleased.md to point to issue not PR
* Add `.poetry` to ignore list for formmatting tasks & consolidate code & tests
* Remove matrix.exasol from unit tests as matrix set only with matrix-python & unit tests shouldn't work with db
* Update dependencies
* Add working directory to python-environment action
* Fix typos in getting_started.rst
* Modify nox `docs:multiversion` to add `.nojekyll` file
* Fix formatting on files
* Resolve lint:typing and rst issues
* Update test per review comments
* Fix formatting on test file
Copy file name to clipboardExpand all lines: doc/changes/unreleased.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,10 @@
2
2
3
3
## ✨ Features
4
4
5
-
*[#378](https://github.com/exasol/python-toolbox/pull/378/files): Add Nox task to trigger a release
5
+
*[#362](https://github.com/exasol/python-toolbox/issues/362): Added Nox task to trigger a release
6
+
*[#406](https://github.com/exasol/python-toolbox/issues/406): Added `.poetry` to ignore list for formatting
7
+
*[#417](https://github.com/exasol/python-toolbox/issues/417): Added `working-directory` to `python-environment` action for a different `pyproject.toml` location
8
+
9
+
## Bugfixes
10
+
11
+
*[#401](https://github.com/exasol/python-toolbox/issues/401): Modified nox `docs:multiversion` to add `.nojekyll` file
0 commit comments