Skip to content

Commit 6506bae

Browse files
authored
Merge branch 'main' into main
2 parents 95c893c + c62cb56 commit 6506bae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lint-and-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: python -m pytest
6262

6363
- name: Upload coverage to Codecov
64-
uses: codecov/codecov-action@v4.4.1
64+
uses: codecov/codecov-action@v4.5.0
6565
with:
6666
env_vars: PYTHON
6767
flags: unittests

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ repos:
3131
- id: python-use-type-annotations
3232

3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: v3.15.2
34+
rev: v3.16.0
3535
hooks:
3636
- id: pyupgrade
3737
args:
3838
- "--py38-plus"
3939

4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: "v0.4.7"
41+
rev: "v0.5.0"
4242
hooks:
4343
- id: ruff
4444
args:
@@ -62,7 +62,7 @@ repos:
6262
- --target-version=py38
6363

6464
- repo: https://github.com/pycqa/flake8
65-
rev: 7.0.0
65+
rev: 7.1.0
6666
hooks:
6767
- id: flake8
6868
additional_dependencies:

0 commit comments

Comments
 (0)