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 Dec 2, 2024
1 parent 3653490 commit 8af5b63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## \[Unreleased\]
## [Unreleased]

### Added

Expand All @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

## \[1.0.17\] - 2024-02-05
## [1.0.17] - 2024-02-05

### Added

Expand All @@ -42,7 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Issue #17: move `ProgressIndicator` to `FreeCAD.Base`,
- Issue #16: set `FreeCAD.Console` as attribute,

## \[1.0.16\] - 2023-11-24
## [1.0.16] - 2023-11-24

### Changed

Expand All @@ -53,7 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Errors reported by `pyright`.

## \[1.0.15\] - 2023-11-10
## [1.0.15] - 2023-11-10

### Added

Expand All @@ -63,7 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Errors reported by `ruff`, `mypy`, `pyright`.

## \[1.0.14\] - 2023-01-29
## [1.0.14] - 2023-01-29

### Changed

Expand Down
2 changes: 1 addition & 1 deletion lib/freecad_stub_gen/FreeCADTemplates/qt_types.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from qtpy.QtCore import pyqtBoundSignal, pyqtSignal

__all__ = ['pyqtSignal', 'pyqtBoundSignal']
__all__ = ['pyqtBoundSignal', 'pyqtSignal']

0 comments on commit 8af5b63

Please sign in to comment.