Skip to content

Commit

Permalink
Update dependencies (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
airwoodix committed Sep 25, 2023
1 parent 5fda86c commit a0940bd
Show file tree
Hide file tree
Showing 6 changed files with 1,082 additions and 902 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/poetry.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: Examples and unit tests
on:
push:
branches: [ master, 'stable/*' ]
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ repos:
- id: no-commit-to-branch
args: [--branch, master]
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
language_version: python3
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.280"
rev: "v0.0.291"
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "0.13.0"
rev: "1.1.0"
hooks:
- id: pyproject-fmt
- repo: local
Expand Down
Loading

0 comments on commit a0940bd

Please sign in to comment.