Skip to content

Commit

Permalink
enable headers check
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGupta2012 committed Oct 18, 2024
1 parent f3980a1 commit 0f274b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions bin/stamp_pre_release.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright (C) 2024 qBraid
#
# This file is part of the qBraid-SDK
# This file is part of pyqasm
#
# The qBraid-SDK is free software released under the GNU General Public License v3
# Pyqasm is free software released under the GNU General Public License v3
# or later. You can redistribute and/or modify it under the terms of the GPL v3.
# See the LICENSE file in the project root or <https://www.gnu.org/licenses/gpl-3.0.html>.
#
# THERE IS NO WARRANTY for the qBraid-SDK, as per Section 15 of the GPL v3.
# THERE IS NO WARRANTY for pyqasm, as per Section 15 of the GPL v3.

"""
Script for getting/bumping the next pre-release version.
Expand Down
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ commands =
[testenv:headers]
envdir = .tox/linters
skip_install = true
deps = qbraid-cli>=0.8.2
deps = qbraid-cli>=0.8.5
commands =
qbraid admin headers pyqasm tests bin --type=gpl -p pyqasm {posargs}
qbraid admin headers pyqasm tests --type=gpl -p pyqasm {posargs}

[testenv:linters]
allowlist_externals = qbraid
Expand All @@ -81,10 +81,10 @@ deps =
{[testenv:isort]deps}
{[testenv:black]deps}
{[testenv:mypy]deps}
; {[testenv:headers]deps}
{[testenv:headers]deps}
commands =
{[testenv:pylint]commands}
{[testenv:isort]commands} {posargs:--check-only}
{[testenv:black]commands} {posargs:--check}
{[testenv:mypy]commands}
; {[testenv:headers]commands}
{[testenv:headers]commands}

0 comments on commit 0f274b7

Please sign in to comment.