File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- # Summary: optional configuration for using pre-commit with the OpenFermion
16- # project. It is not run by default by the check scripts; to use it, you need
17- # to install pre-commit (https://pre-commit.com/).
15+ # Summary: config for setting up git hooks using the pre-commit framework. This
16+ # is optional and NOT set up by default nor used by the scripts in check/. Here
17+ # is a suggested installation approach; after doing this, the pre-commit hooks
18+ # will be called automatically by git at the appropriate times:
19+ #
20+ # pip install pre-commit
21+ # pre-commit install -t pre-commit -t commit-msg -t pre-push
22+ # pre-commit run
1823
1924default_language_version :
2025 python : ' python3.11'
You can’t perform that action at this time.
0 commit comments