From 6bbd9ff9b0b9c8e9a42e430fabd6b82afc686b69 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 6 Sep 2022 00:59:58 +0200 Subject: [PATCH] chore: [pre-commit.ci] pre-commit autoupdate (#1989) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update pre-commit hooks: - github.com/psf/black: 22.6.0 → 22.8.0 - github.com/PyCQA/flake8: 5.0.2 → 5.0.4 - github.com/codespell-project/codespell: v2.1.0 → v2.2.1 * Apply typo fixes from codespell. --- .pre-commit-config.yaml | 8 ++++---- docs/faq.rst | 2 +- docs/release-notes/v0.6.0.rst | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 67e9854ef3..2d44a93509 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: - id: absolufy-imports - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 22.8.0 hooks: - id: black-jupyter @@ -46,7 +46,7 @@ repos: rev: v1.12.1 hooks: - id: blacken-docs - additional_dependencies: [black==22.6.0] + additional_dependencies: [black==22.8.0] - repo: https://github.com/asottile/yesqa rev: v1.4.0 @@ -54,7 +54,7 @@ repos: - id: yesqa - repo: https://github.com/PyCQA/flake8 - rev: 5.0.2 + rev: 5.0.4 hooks: - id: flake8 args: ["--count", "--statistics"] @@ -81,7 +81,7 @@ repos: additional_dependencies: [pyupgrade==2.37.3] - repo: https://github.com/codespell-project/codespell - rev: v2.1.0 + rev: v2.2.1 hooks: - id: codespell files: ^.*\.(py|md|rst)$ diff --git a/docs/faq.rst b/docs/faq.rst index 79a79d4f2c..9644a7c006 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -100,7 +100,7 @@ Given all these considerations, Python was chosen as the development language. How did ``pyhf`` get started? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In 2017 Lukas Heinrich was discussing with colleauge Holger Schulz how it would be convienent +In 2017 Lukas Heinrich was discussing with colleauge Holger Schulz how it would be convenient to share and produce statistical results from LHC experiements if they were able to be created with tools that didn't require the large ``C++`` dependencies and tooling expertise as :math:`\HiFa{}`. diff --git a/docs/release-notes/v0.6.0.rst b/docs/release-notes/v0.6.0.rst index ef98802286..aa69ac388d 100644 --- a/docs/release-notes/v0.6.0.rst +++ b/docs/release-notes/v0.6.0.rst @@ -31,7 +31,7 @@ Important Notes * The documentation will now be versioned with releases on ReadTheDocs. Please use `pyhf.readthedocs.io`_ to access the documentation for the latest stable release of ``pyhf``. -* ``pyhf`` is transtioning away from Stack Overflow to `GitHub Discussions`_ for +* ``pyhf`` is transitioning away from Stack Overflow to `GitHub Discussions`_ for resolving user questions not covered in the documentation. Please check the `GitHub Discussions`_ page to search for discussions addressing your questions and to open up a new discussion if your question is not covered.