Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Nov 14, 2023
1 parent 1e6d842 commit bf8825f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/json_consistency.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
import datetime
import json
import logging
import sys
from pathlib import Path

from pydantic import BaseModel, NonNegativeInt

from pypdf import PdfReader

import logging

logger = logging.getLogger()

logger.level = logging.ERROR
Expand Down
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pre-commit run --all-files
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.5.0
hooks:
- id: check-ast
- id: check-case-conflict
Expand All @@ -20,21 +20,21 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.1
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py39-plus]
- repo: https://github.com/asottile/blacken-docs
rev: v1.12.1
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies: [black==22.1.0]
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.280'
rev: 'v0.1.5'
hooks:
- id: ruff
args: ['--fix']
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
maint:
pip-compile .github/workflows/ci.in --upgrade
pip-compile .github/workflows/ci.in --upgrade
2 changes: 1 addition & 1 deletion files.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,4 +329,4 @@
"annotations": {}
}
]
}
}

0 comments on commit bf8825f

Please sign in to comment.