diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 64b3eae..086edff 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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] diff --git a/CHANGELOG.md b/CHANGELOG.md index a2da93b..be4e6b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)