Skip to content

Commit

Permalink
Revert "Update pre-commit environments (#467)"
Browse files Browse the repository at this point in the history
Virtualenv is currently broken and upstream packages are at war over whose
responsibility it is to not break users see e.g.

pre-commit/pre-commit#2178

This reverts commit 8e114e8.
  • Loading branch information
ndevenish committed Jan 24, 2022
1 parent 8e114e8 commit 2921d73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .pre-commit-config.yaml
Expand Up @@ -2,13 +2,13 @@ repos:

# Automatically sort imports
- repo: https://github.com/PyCQA/isort.git
rev: 5.10.1
rev: 5.9.2
hooks:
- id: isort

# Automatic source code formatting
- repo: https://github.com/psf/black
rev: 21.12b0
rev: 21.6b0
hooks:
- id: black
args: [--safe, --quiet]
Expand All @@ -17,14 +17,13 @@ repos:

# Linting
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 3.9.2
hooks:
- id: flake8
additional_dependencies: ['flake8-comprehensions==3.8.0']

# Syntax validation and some basic sanity checks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.0.1
hooks:
- id: check-ast
- id: check-yaml
Expand Down
1 change: 0 additions & 1 deletion newsfragments/467.misc

This file was deleted.

0 comments on commit 2921d73

Please sign in to comment.