Skip to content

Commit

Permalink
Downgrade from CF/CT 17 to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
mlxd committed Nov 1, 2023
1 parent 485ddaf commit 79032b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/format
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ CLANG_FMT_STYLE_CFG = {

IGNORE_PATTERNS = ["external"]

DEFAULT_CLANG_FORMAT_VERSION=17
DEFAULT_CLANG_FORMAT_VERSION=16

BASE_ARGS = f"-style={json.dumps(CLANG_FMT_STYLE_CFG)}"

Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ pytest-cov
pytest-mock
pre-commit>=2.19.0
black==23.7.0
clang-tidy~=17.0
clang-format~=17.0
clang-tidy~=16.0
clang-format~=16.0
cmake
custatevec-cu11
pylint

0 comments on commit 79032b0

Please sign in to comment.