Skip to content
Snippets Groups Projects

Chore: remove sync option, closes #40

Merged Ole Binder requested to merge remove-sync-option into main
14 files
+ 12
328
Compare changes
  • Side-by-side
  • Inline
Files
14
+ 3
3
repos:
- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.10.0
hooks:
- id: black
@@ -10,13 +10,13 @@ repos:
- id: isort
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
args: ["$(wildcard *.md) docs src tests config contrib"]
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.1
hooks:
- id: flake8
args: ["--config=.flake8"]
Loading