From 55d96270127f21381e4719829fef2bd1bb68a0f0 Mon Sep 17 00:00:00 2001 From: thatdonfc Date: Wed, 20 Oct 2021 16:26:05 -0700 Subject: [PATCH] Bump pre-commit hook versions --- .pre-commit-config.yaml | 4 ++-- requirements-dev.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dc9aca91..fd3a9c19 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,11 +17,11 @@ repos: hooks: - id: isort - repo: https://gitlab.com/pycqa/flake8 - rev: 3.9.2 + rev: 4.0.1 hooks: - id: flake8 - repo: https://github.com/psf/black - rev: 21.7b0 # Replace by any tag/version: https://github.com/psf/black/tags + rev: 21.9b0 # Replace by any tag/version: https://github.com/psf/black/tags hooks: - id: black - repo: https://github.com/asottile/pyupgrade diff --git a/requirements-dev.txt b/requirements-dev.txt index 8614874b..f8a62eb8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,8 +1,8 @@ # Requirements. These can can be installed with: # pip install -r requirements-dev.txt -flake8~=3.9.2 -black~=21.7b0 +flake8~=4.0.1 +black~=21.9b0 isort~=5.9.3 -pre-commit~=2.13.0 +pre-commit~=2.15.0 cython==0.29.21 \ No newline at end of file