Skip to content

Commit

Permalink
Update replication service supported version to 24
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzm authored and fjammes committed Sep 15, 2023
1 parent 87195a9 commit 3568622
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-yaml
args:
- "--unsafe"
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 23.7.0
hooks:
- id: black
args:
Expand All @@ -19,13 +19,13 @@ repos:
# https://pre-commit.com/#top_level-default_language_version
language_version: python3.10
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
name: isort (python)
args:
- --profile=black
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 6.1.0
hooks:
- id: flake8
2 changes: 1 addition & 1 deletion rootfs/ingest/python/qserv/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
# ---------------------------------
_LOG = logging.getLogger(__name__)

REPL_SERVICE_VERSION = 22
REPL_SERVICE_VERSION = 24
INGEST_CONFIG_VERSION = 15

0 comments on commit 3568622

Please sign in to comment.