jupyter-server / team-compass

A repository for team discussion, syncing, and meeting notes.
https://jupyter-server-team-compass.readthedocs.io
BSD 3-Clause "New" or "Revised" License
14 stars 8 forks source link

Update location of current meeting notes #48

Closed kevin-bates closed 1 year ago

kevin-bates commented 1 year ago

This pull request updates the Meeting Notes location of the README to point at the 2023 notes page. I've also updated the 2023 notes to include "backlinks" to years 2020, 2021, and 2022. (I have not updated the 2021 and 2022 issues to have their respective backlinks, but we can do that independently of a PR - if necessary.)

kevin-bates commented 1 year ago

I'm not sure how to deal with the CI failure, but it looks like previous (merged) PRs had similar issues.

blink1073 commented 1 year ago

The pre-commit app is enabled for all repos. You can put in a place holder .pre-commit-config.yaml with the content below to fix the error.

repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v4.4.0
    hooks:
      - id: end-of-file-fixer
kevin-bates commented 1 year ago

Thanks Steve. I'll go ahead and make that part of this PR if that's ok.