Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pre-commit.ci] pre-commit autoupdate #136

Merged
merged 25 commits into from
Mar 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
92d1332
Fix issues with unit tests
lauramurgatroyd Nov 21, 2023
94f172e
Fix issues with session label
lauramurgatroyd Nov 21, 2023
d6d2cc6
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 21, 2023
73f419c
Fix formatting
lauramurgatroyd Nov 21, 2023
ccdf0fa
Remove unused imports
lauramurgatroyd Nov 21, 2023
05ff037
remove prints
lauramurgatroyd Nov 21, 2023
53104e8
Merge branch 'main' of github.com:TomographicImaging/eqt
DanicaSTFC Dec 4, 2023
e6d7b1e
Merge branch 'main' of github.com:TomographicImaging/eqt
DanicaSTFC Dec 7, 2023
58b4fa3
Merge branch 'main' of github.com:TomographicImaging/eqt
DanicaSTFC Jan 23, 2024
de75f65
slight tidy
casperdcl Feb 14, 2024
5786f3b
Merge branch 'main' of github.com:TomographicImaging/eqt
DanicaSTFC Feb 14, 2024
e18171d
Merge branch 'slight-tidy' of github.com:TomographicImaging/eqt into …
DanicaSTFC Feb 20, 2024
4cf969b
Merge branch 'main' of github.com:TomographicImaging/eqt
DanicaSTFC Feb 22, 2024
6570d9a
Merge branch 'main' of github.com:TomographicImaging/eqt
DanicaSTFC Feb 22, 2024
bf59656
Merge branch 'main' of github.com:TomographicImaging/eqt
DanicaSTFC Feb 22, 2024
c90c4ec
Merge branch 'main' of github.com:TomographicImaging/eqt
DanicaSTFC Feb 22, 2024
6c6b0d7
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Mar 12, 2024
340e956
Merge branch 'main' of github.com:TomographicImaging/eqt
DanicaSTFC Mar 26, 2024
535c4c3
merge main
DanicaSTFC Mar 26, 2024
cbe7b0b
Fix tests, minor changes and change order in the widget states
DanicaSTFC Mar 26, 2024
836fe59
edit changelog
DanicaSTFC Mar 26, 2024
741399d
pre-commit run
DanicaSTFC Mar 26, 2024
7d63212
Update CHANGELOG.md
DanicaSTFC Mar 26, 2024
704ffeb
merge main
DanicaSTFC Mar 26, 2024
387069c
Merge branch 'main' into pre-commit-ci-update-config
DanicaSTFC Mar 27, 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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repos:
- flake8-pyproject
- flake8-string-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.9.0
hooks:
- id: mypy
additional_dependencies: [types-setuptools]
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Version 1.0.0
- Update "pre-commit-config.yaml" (#136)
- Change order of widget states (#129)
- Adds the class `AdvancedDialogForm` & tests/example;
deprecates `getWidgetStates` to be `getSavedWidgetStates` (#124)
Expand Down