Skip to content

Commit

Permalink
Merge branch 'FH/flake8-tool' of https://github.com/Qiskit/documentation
Browse files Browse the repository at this point in the history
 into FH/flake8-tool
  • Loading branch information
frankharkins committed Feb 27, 2024
2 parents f0d8f2e + bc585bc commit 66546f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/migration-guides/qiskit-1.0-features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ tool to detect removed import paths in your code and suggest alternatives.
</TabItem>
</Tabs>

<Admonition type="note">
<Admonition type="note" title="Limitations">
This tool only detects removed import paths, it does not detect use of removed
methods (such as `QuantumCircuit.qasm`) or arguments. It also can't keep track
of assignments such as `qk = qiskit`, although it can handle aliases such as
Expand Down

0 comments on commit 66546f8

Please sign in to comment.