Skip to content

Commit 9629d07

Browse files
committed
tritony==0.0.18
1 parent 1f92228 commit 9629d07

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: ^(bin)
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.4.0
4+
rev: v5.0.0
55
hooks:
66
- id: check-yaml
77
- id: end-of-file-fixer
@@ -12,25 +12,27 @@ repos:
1212
types: [python]
1313
- id: check-added-large-files
1414
args: [--maxkb=4096]
15-
- repo: https://github.com/psf/black
16-
rev: 23.3.0
15+
- repo: https://github.com/astral-sh/ruff-pre-commit
16+
rev: v0.7.4
1717
hooks:
18-
- id: black
19-
args: ["--line-length", "120"]
18+
- id: ruff
19+
types: [python]
20+
- id: ruff-format
21+
types: [python]
2022
- repo: https://github.com/pycqa/isort
21-
rev: 5.12.0
23+
rev: 5.13.2
2224
hooks:
2325
- id: isort
2426
name: isort (python)
2527
args: ["--profile", "black", "-l", "120"]
2628
- repo: https://github.com/pycqa/flake8.git
27-
rev: 6.0.0
29+
rev: 7.1.1
2830
hooks:
2931
- id: flake8
3032
types: [python]
3133
args: ["--max-line-length", "120", "--ignore", "F811,F841,E203,E402,E712,W503,E501"]
3234
- repo: https://github.com/shellcheck-py/shellcheck-py
33-
rev: v0.9.0.5
35+
rev: v0.10.0.1
3436
hooks:
3537
- id: shellcheck
3638
exclude: test

tritony/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.17"
1+
__version__ = "0.0.18"

0 commit comments

Comments
 (0)