Skip to content

Commit

Permalink
Merge pull request #3 from ukaea/hsaunders1904/update_readme_to_inclu…
Browse files Browse the repository at this point in the history
…de_supported_python_versions

Add supported Python versions to README
  • Loading branch information
hsaunders1904 authored Oct 2, 2024
2 parents 26cae05 + ae8412e commit 634224f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
A [pre-commit](https://pre-commit.com/) hook to run PyQt/PySide's `pyuic` tool
and ensure generated Python files are up-to-date with their `.ui` files.

Supports Python versions 3.8 - 3.12.

## Usage

Add the following to your `.pre-commit-config.yaml`:

```yaml
- repo: https://github.com/ukaea/pyuic-pre-commit.git
rev: v0.1.0 # change to your desired version
rev: v0.1.1
hooks:
- id: check-ui-files
args: ['--exe-name', 'pyside6-uic'] # optional
Expand Down

0 comments on commit 634224f

Please sign in to comment.