Skip to content

Commit

Permalink
Bump deps and tools (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat authored Mar 21, 2023
1 parent 147de00 commit 649b6d5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,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
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ optional-dependencies.docs = [
]
optional-dependencies.testing = [
"covdefaults>=2.3",
'importlib-metadata>=6; python_version < "3.8"',
'importlib-metadata>=6.1; python_version < "3.8"',
"pytest>=7.2.2",
"pytest-cov>=4",
"pytest-mock>=3.10",
"virtualenv>=20.20",
"wheel>=0.38.4",
"virtualenv>=20.21",
"wheel>=0.40",
]
urls.Homepage = "http://pyproject_api.readthedocs.org"
urls.Source = "https://github.com/tox-dev/pyproject-api"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ passenv =
PROGRAMDATA
skip_install = true
deps =
pre-commit>=3.1.1
pre-commit>=3.2
commands =
pre-commit run --all-files --show-diff-on-failure {tty:--color=always} {posargs}

Expand Down

0 comments on commit 649b6d5

Please sign in to comment.