Skip to content

Commit 4a67393

Browse files
cclaussjcjones
andauthored
pre-commit autoupdate && pre-commit run --all-files (#69)
* pre-commit autoupdate && pre-commit run --all-files * Update CI --------- Co-authored-by: J.C. Jones <[email protected]>
1 parent 45a0d0d commit 4a67393

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
- name: Install Linting Tools
1818
run: |
1919
python -m pip install --upgrade pip
20-
pip install --user pylint==2.17.7
21-
pip install --user black~=22.3
22-
pip install --user flake8~=4.0
20+
pip install --user pylint==3.1.0
21+
pip install --user black~=23.9.1
22+
pip install --user flake8~=6.1.0
2323
pip install --user pytest
2424
2525
- name: Install Partition Manager

.pre-commit-config.yaml

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,31 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v2.3.0
3+
rev: v4.4.0
44
hooks:
55
- id: check-ast
6-
- id: detect-private-key
76
- id: check-merge-conflict
7+
- id: detect-private-key
88
- id: end-of-file-fixer
99
- id: requirements-txt-fixer
1010
- id: trailing-whitespace
1111
- repo: https://github.com/psf/black
12-
rev: "22.3.0"
12+
rev: "23.9.1"
1313
hooks:
1414
- id: black
15-
- repo: https://gitlab.com/pycqa/flake8
16-
rev: "4.0.0"
15+
- repo: https://github.com/pycqa/flake8
16+
rev: "6.1.0"
1717
hooks:
1818
- id: flake8
1919
- repo: https://github.com/PyCQA/pylint
20-
rev: v2.17.7
20+
rev: v3.1.0
2121
hooks:
2222
- id: pylint
2323
args:
24-
- -E
24+
- --errors-only
2525
additional_dependencies:
2626
- PyMySQL
2727
- pyyaml
28+
- pytest
2829
- repo: local
2930
hooks:
3031
- id: pytest

0 commit comments

Comments
 (0)