correct missing deps for pre-commit

This commit is contained in:
ryanmerolle 2022-08-12 12:42:21 +00:00
parent 7976ef9b96
commit 3c1f892966
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
# Install APT packages
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends curl git make openssh-client sudo wget zsh \
&& apt-get -y install --no-install-recommends curl git make openssh-client python3.10-dev sudo wget zsh \
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*
# Install development & ide dependencies

View File

@ -29,7 +29,7 @@ repos:
args:
- "--py36-plus"
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 5.0.4
hooks:
- id: flake8
- repo: https://github.com/asottile/pyupgrade