Skip to content

Commit

Permalink
Updated vulnerable packages
Browse files Browse the repository at this point in the history
- Updated pre-commit config to use new packages
- Updated vulnerable packages
- Removed support for python 3.7
  • Loading branch information
ciaranmccormick committed Jun 20, 2023
1 parent 91e65de commit 138536d
Show file tree
Hide file tree
Showing 3 changed files with 932 additions and 852 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files

- repo: https://github.com/ambv/black
rev: "22.12.0"
rev: "23.3.0"
hooks:
- id: black
language_version: python3

- repo: https://gitlab.com/pycqa/flake8
rev: "3.8.4"
- repo: https://github.com/pycqa/flake8
rev: "6.0.0"
hooks:
- id: flake8

- repo: https://github.com/timothycrosley/isort
rev: "5.7.0"
rev: "5.12.0"
hooks:
- id: isort
Loading

0 comments on commit 138536d

Please sign in to comment.