Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
afdf633
doc: slight change to confirm tests run normally
moe-ad Dec 5, 2024
8bf8781
doc: change to only .ci files
moe-ad Dec 5, 2024
cc27aaf
fix: .ci files should now pass all py3.9 checks
moe-ad Dec 6, 2024
b72a3f0
maint: changes to the example files
moe-ad Dec 6, 2024
67b5041
maint: single src file change
moe-ad Dec 6, 2024
519d2f2
fix: corrected syntax resulting in failure
moe-ad Dec 6, 2024
cd41c46
fix: the behaviour of os.listdir() is slightly different from Path.it…
moe-ad Dec 6, 2024
e2f0a65
doc: modified a single source file
moe-ad Dec 6, 2024
9e18458
doc: modified another src file
moe-ad Dec 6, 2024
5151914
fix: a syntax resulting in failed API test in editable mode
moe-ad Dec 9, 2024
f4f38f9
doc: modified another src file
moe-ad Dec 9, 2024
a05896a
doc: modified another src file
moe-ad Dec 9, 2024
6c12206
doc: modified another src file
moe-ad Dec 9, 2024
e12c744
doc: modified another src file
moe-ad Dec 9, 2024
d2c940f
doc: modified another src file
moe-ad Dec 9, 2024
faf4806
doc: modified another src file
moe-ad Dec 9, 2024
c523edb
doc: modified another src file
moe-ad Dec 9, 2024
30b49a5
doc: modified another src file
moe-ad Dec 10, 2024
4600f5d
doc: last modification to src files
moe-ad Dec 10, 2024
be6ecda
doc: changes to tests
moe-ad Dec 10, 2024
406421f
fix: syntax accounts for new directories conftest is copied into duri…
moe-ad Dec 10, 2024
a618e53
doc: modified more test files
moe-ad Dec 10, 2024
79b8faf
fix: codacy raised issue
moe-ad Dec 10, 2024
8d41688
doc: modified more test files
moe-ad Dec 10, 2024
76935b8
doc: modified more test files
moe-ad Dec 10, 2024
0cb5abb
doc: modified final set of test files
moe-ad Dec 11, 2024
fcd1845
fix: logic in path_utilities.py that doesn't treat Path objects corre…
moe-ad Dec 11, 2024
d2ef7d6
Merge branch 'master' into maint/ruff-rule-migration
jorgepiloto Dec 11, 2024
f4c136b
fix: changed logic for getting project root directory
moe-ad Dec 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
doc: slight change to confirm tests run normally
  • Loading branch information
moe-ad committed Dec 5, 2024
commit afdf6334c10e81395d29b8b0834a6100901afbc8
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ select = [
# "F", # pyflakes, see https://beta.ruff.rs/docs/rules/#pyflakes-f
# "I", # isort, see https://beta.ruff.rs/docs/rules/#isort-i
# "N", # pep8-naming, see https://beta.ruff.rs/docs/rules/#pep8-naming-n
# "PTH", # flake9-use-pathlib, https://beta.ruff.rs/docs/rules/#flake8-use-pathlib-pth
"PTH", # flake9-use-pathlib, https://beta.ruff.rs/docs/rules/#flake8-use-pathlib-pth
# "TD", # flake8-todos, https://docs.astral.sh/ruff/rules/#flake8-todos-td
]
ignore = [
Expand Down
Loading