Skip to content

Commit

Permalink
Add type dependencies and fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicOram committed Aug 8, 2024
1 parent 903c7df commit fceb1b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ repos:
hooks:
- id: mypy
files: 'src/.*\.py$'
additional_dependencies: [types-requests]
additional_dependencies: [types-requests, types-redis]
args: ["--ignore-missing-imports", "--no-strict-optional"]
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Murko Architecture
------------------

The architecture of how Murko is integrated is still in flux but as of 07/08 the following has been tried on the beamline.

.. image:: ../images/murko_setup.drawio.png
Expand Down

0 comments on commit fceb1b3

Please sign in to comment.