Skip to content

Commit

Permalink
Merge pull request #55 from hugovk/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
hugovk authored Apr 1, 2024
2 parents 95a14bd + fbecb3d commit 7c56b16
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.2
hooks:
- id: pyupgrade
args: [--py39-plus]

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.12.1
rev: 24.3.0
hooks:
- id: black
args: [--target-version=py39]
Expand All @@ -17,7 +17,7 @@ repos:
- id: isort

- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
additional_dependencies: [flake8-2020, flake8-implicit-str-concat]
Expand Down
1 change: 1 addition & 0 deletions history_get.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
pip install -r history-requirements.txt
python3 history_get.py # creates/updates history.jsonl
"""

import argparse
import json

Expand Down
1 change: 1 addition & 0 deletions history_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# Subset
python3 history_plot.py -v 2.6 2.7 3.3 3.4 3.5 3.6 3.7 && open history.png
"""

import argparse
import hashlib
from pprint import pprint # noqa: F401
Expand Down

0 comments on commit 7c56b16

Please sign in to comment.