Skip to content

Commit

Permalink
Bump deps and tools (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat committed Mar 21, 2023
1 parent b1b3e87 commit 66b2d49
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ repos:
hooks:
- id: flake8
additional_dependencies:
- flake8-bugbear==23.2.13
- flake8-comprehensions==3.10.1
- flake8-bugbear==23.3.12
- flake8-comprehensions==3.11.1
- flake8-pytest-style==1.7.2
- flake8-spellcheck==0.28
- flake8-unused-arguments==0.0.13
- flake8-noqa==1.3
- flake8-noqa==1.3.1
- pep8-naming==0.13.3
- flake8-pyproject==1.2.2
- flake8-pyproject==1.2.3
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v2.7.1"
hooks:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ optional-dependencies.docs = [
]
optional-dependencies.testing = [
"covdefaults>=2.3",
"coverage>=7.2.1",
"coverage>=7.2.2",
"pytest>=7.2.2",
"pytest-cov>=4",
"pytest-timeout>=2.1",
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ passenv =
basepython = python3.10
skip_install = true
deps =
pre-commit>=3.1.1
pre-commit>=3.2
commands =
pre-commit run --all-files --show-diff-on-failure
python -c 'import pathlib; print("hint: run \{\} install to add checks as pre-commit hook".format(pathlib.Path(r"{envdir}") / "bin" / "pre-commit"))'
Expand All @@ -63,7 +63,7 @@ setenv =
skip_install = true
deps =
covdefaults>=2.3
coverage[toml]>=7.2.1
coverage[toml]>=7.2.2
diff-cover>=7.5
extras =
parallel_show_output = true
Expand Down

0 comments on commit 66b2d49

Please sign in to comment.