From 5d7f0200b4cedf74da1a28a5c32d219e4e5f5252 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Tue, 31 Jan 2023 20:09:13 +0000 Subject: [PATCH] Update our linters (#676) Co-authored-by: Pradyun Gedam --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 22f21130..8f449ffc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v4.4.0 hooks: - id: check-toml - id: check-yaml @@ -16,23 +16,23 @@ repos: additional_dependencies: [pyparsing, nox] - repo: https://github.com/asottile/pyupgrade - rev: v2.32.0 + rev: v3.3.1 hooks: - id: pyupgrade args: [--py36-plus] - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 22.12.0 hooks: - id: black - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: "3.9.2" + rev: "6.0.0" hooks: - id: flake8 additional_dependencies: ["pep8-naming"]