diff --git a/.pylintrc b/.pylintrc index 022bedc221..890bd68ab1 100644 --- a/.pylintrc +++ b/.pylintrc @@ -47,7 +47,7 @@ confidence= # either give multiple identifier separated by comma (,) or put this option # multiple time (only on the command line, not in the configuration file where # it should appear only once). See also the "--disable" option for examples. -enable=useless-suppression +#enable= # Disable the message, report, category or checker with the given id(s). You # can either give multiple identifiers separated by comma (,) or put this diff --git a/qiskit_nature/problems/second_quantization/lattice/lattices/lattice.py b/qiskit_nature/problems/second_quantization/lattice/lattices/lattice.py index f84cb6489d..c17c126411 100644 --- a/qiskit_nature/problems/second_quantization/lattice/lattices/lattice.py +++ b/qiskit_nature/problems/second_quantization/lattice/lattices/lattice.py @@ -1,6 +1,6 @@ # This code is part of Qiskit. # -# (C) Copyright IBM 2021. +# (C) Copyright IBM 2021, 2022. # # This code is licensed under the Apache License, Version 2.0. You may # obtain a copy of this license in the LICENSE.txt file in the root directory diff --git a/test/problems/second_quantization/lattice/lattices/test_lattice.py b/test/problems/second_quantization/lattice/lattices/test_lattice.py index a0380f5032..cb51707fd4 100644 --- a/test/problems/second_quantization/lattice/lattices/test_lattice.py +++ b/test/problems/second_quantization/lattice/lattices/test_lattice.py @@ -1,6 +1,6 @@ # This code is part of Qiskit. # -# (C) Copyright IBM 2021. +# (C) Copyright IBM 2021, 2022. # # This code is licensed under the Apache License, Version 2.0. You may # obtain a copy of this license in the LICENSE.txt file in the root directory