Skip to content

Commit a4bcbb3

Browse files
committed
Maintenance of code quality tools.
* Update pre-commit hooks to latest versions * Remove obsolete or superseded sample codes from contrib/
1 parent 500d8ba commit a4bcbb3

36 files changed

+25
-2734
lines changed

.all-contributorsrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"ideas"
3535
]
3636
},
37-
{
37+
{
3838
"login": "edwardchalstrey1",
3939
"name": "Ed Chalstrey",
4040
"avatar_url": "https://avatars.githubusercontent.com/u/5486164?v=4",

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
77
- id: check-yaml
88
- id: check-added-large-files
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.6.1
10+
rev: v0.14.5
1111
hooks:
1212
- id: ruff
1313
- repo: https://github.com/pycqa/flake8
14-
rev: 7.1.0
14+
rev: 7.3.0
1515
hooks:
1616
- id: flake8
1717
- repo: https://github.com/MarcoGorelli/cython-lint
18-
rev: v0.16.2
18+
rev: v0.18.1
1919
hooks:
2020
- id: cython-lint
2121
- id: double-quote-cython-strings
2222
- repo: https://github.com/pre-commit/mirrors-clang-format
23-
rev: v17.0.6
23+
rev: v21.1.5
2424
hooks:
2525
- id: clang-format
2626
files: ^src\/.*\.(c|cc|cpp|h|imp)$

contrib/demos/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

contrib/demos/README.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

contrib/demos/bagwell.efg

Lines changed: 0 additions & 18 deletions
This file was deleted.

contrib/demos/bagwell.ipynb

Lines changed: 0 additions & 143 deletions
This file was deleted.

contrib/demos/poker.efg

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)