Skip to content

Commit

Permalink
Merge tag 'v11.0.0' into fred_sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Morin committed Nov 5, 2024
2 parents 16da285 + f87ec22 commit 90d411d
Show file tree
Hide file tree
Showing 511 changed files with 32,436 additions and 15,233 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,19 @@ updates:
schedule:
interval: "monthly"
open-pull-requests-limit: 10
groups:
pytest:
patterns:
- "pytest*"
- "hypothesis"
pyinstaller:
patterns:
- "pyinstaller*"
mypy:
patterns:
- "types-*"
- "mypy"
openssl:
patterns:
- "pyopenssl"
- "cryptography"
2 changes: 1 addition & 1 deletion .github/node-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
18
24 changes: 17 additions & 7 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,26 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: install-pinned/ruff@0e35bc58bd73769469284df9e1f8898daeea8768
- run: ruff --fix-only .
- uses: actions/setup-python@v5
with:
python-version-file: .github/python-version.txt
- run: pip install -e .[dev]
- run: ruff check --fix-only .
- run: ruff format .

- name: Run prettier
run: |
npm ci
npm run prettier
- run: web/gen/all

- uses: actions/setup-node@v4
with:
node-version-file: .github/node-version.txt
- run: npm ci
working-directory: web
- run: npm run eslint
working-directory: web
continue-on-error: true
- run: npm run prettier
working-directory: web

- uses: mhils/add-pr-ref-in-changelog@main

- uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc
- uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a
Loading

0 comments on commit 90d411d

Please sign in to comment.