Skip to content

Commit 95d5ec2

Browse files
authored
feat: add support for barrier instructions (#27)
1 parent 12daac3 commit 95d5ec2

File tree

12 files changed

+1338
-430
lines changed

12 files changed

+1338
-430
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ repos:
1414
- id: no-commit-to-branch
1515

1616
- repo: https://github.com/crate-ci/typos
17-
rev: v1.43.1
17+
rev: v1.43.5
1818
hooks:
1919
- id: typos
2020
args: []
2121

2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.15.0
23+
rev: v0.15.1
2424
hooks:
2525
- id: ruff-check
2626
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)