diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8e753761..c40b49ea 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,13 +19,13 @@ repos: args: [--markdown-linebreak-ext=md] - repo: https://github.com/timothycrosley/isort - rev: 5.11.4 + rev: 5.12.0 hooks: - id: isort args: ["--profile", "black", "--line-length", "80", "--filter-files", "--skip-gitignore"] - repo: https://github.com/ambv/black - rev: 22.12.0 + rev: 23.1.0 hooks: - id: black args: ["--line-length", "80"] diff --git a/requirements_dev.txt b/requirements_dev.txt index e963c4cd..c13b46d1 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,4 @@ -pre-commit~=2.21 +pre-commit~=3.0 pylint~=2.15 pytest~=7.2 pytest-cov~=4.0