Skip to content

Commit

Permalink
Merge pull request #28 from ostr00000/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ostr00000 authored Dec 2, 2024
2 parents 00baede + 8af5b63 commit 3dd199d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.22
rev: v0.23
hooks:
- id: validate-pyproject

- repo: https://github.com/pappasam/toml-sort
rev: v0.23.1
rev: v0.24.2
hooks:
- id: toml-sort-fix

- repo: https://github.com/crate-ci/typos
rev: v1.27.0
rev: typos-dict-v0.11.37
hooks:
- id: typos
name: typos-diff
Expand All @@ -57,7 +57,7 @@ repos:
additional_dependencies: [ tomli ]

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.18
rev: 0.7.19
hooks:
- id: mdformat
additional_dependencies:
Expand All @@ -81,7 +81,7 @@ repos:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.2
rev: v0.8.1
hooks:
- id: ruff
name: ruff-diff
Expand All @@ -96,7 +96,7 @@ repos:
args: [ --exit-non-zero-on-fix, --fix ]

- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.387
rev: v1.1.389
hooks:
- id: pyright

Expand Down
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 3dd199d

Please sign in to comment.