From 80efcd74273fd02110c5817c272d3a61fa2673df Mon Sep 17 00:00:00 2001 From: Agustin Borgna Date: Fri, 28 Jul 2023 15:13:07 +0100 Subject: [PATCH] Drop the badge link; drop unnecessary config file. --- .pre-commit-config.yaml | 23 ----------------------- README.md | 2 +- 2 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index fc857309..00000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# See https://pre-commit.com for more information -# See https://pre-commit.com/hooks.html for more hooks -repos: - - repo: https://github.com/psf/black - rev: 22.3.0 - hooks: - - id: black - - repo: https://github.com/doublify/pre-commit-rust - rev: v1.0 - hooks: - - id: fmt - - id: cargo-check - - id: clippy - - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 - hooks: - - id: trailing-whitespace - - id: end-of-file-fixer - - id: check-yaml - - id: check-added-large-files - -default_language_version: - python: python3.10 diff --git a/README.md b/README.md index 8a8cb978..c9721eb3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # tket2 [![build_status][]](https://github.com/CQCL-DEV/tket2/actions) -[![msrv][]](https://github.com/CQCL-DEV/tket2) +![msrv][] Version 2 of the TKET compiler.